Color Hex Logo

#bfa5ce Color Hex

#BFA5CE
(191,165,206)
0 Favorites   0 Comments

Color spaces of #bfa5ce

RGB 191165206
HSL0.770.290.73
HSV278°20°81°
CMYK 0.070.200.00   0.19
XYZ46.081642.442964.1560
Yxy42.44290.30180.2780
Hunter Lab65.148212.2499-12.7833
CIE-Lab71.175217.0402-17.3681

#bfa5ce color RGB value is (191,165,206).

#bfa5ce hex color red value is 191, green value is 165 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bfa5ce hue: 0.77 , saturation: 0.29 and the lightness value of bfa5ce is 0.73.

The process color (four color CMYK) of #bfa5ce color hex is 0.07, 0.20, 0.00, 0.19. Web safe color of #bfa5ce is #cc99cc. Color #bfa5ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 11001110
Octal 277 245 316
Decimal 191 165 206
Hex BF A5 CE

RGB Percentages of Color #bfa5ce

%33.99
%29.36
%36.65

CMYK Percentages of Color #bfa5ce

%7
%20
%0
%19

Triadic Colors of #bfa5ce

#bfa5ce #cebfa5 #a5cebf

Analogous Colors of #bfa5ce

#bfa5ce #cea5c9 #aba5ce

Monochromatic Colors of #bfa5ce

#bfa5ce

Complementary Color

#bfa5ce #b4cea5

#bfa5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa5ce Color CSS Codes

.mybgcolor {background-color:#bfa5ce; } 
.myforecolor {color:#bfa5ce; }
.mybordercolor {border:3px solid #bfa5ce; }

#bfa5ce Text Font Color

<p style="color:#bfa5ce">Text here</p>

This sample text font color is #bfa5ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfa5ce Background Color

<div style="background-color:#bfa5ce">
Div content here</div>

This div background color is #bfa5ce


#bfa5ce Border Color

<div style="border:3px solid #bfa5ce">
Div here</div>

This div border color is #bfa5ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,165,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfa5ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfa5ce;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa5ce;
  box-shadow:         1px 1px 3px 2px #bfa5ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,165,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfa5ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa5ce;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa5ce;
  box-shadow:         1px 1px 3px 2px #bfa5ce;">
Div content here</div>

This div box has shadow with color #bfa5ce


Comments

No comments written yet.

Please login to write comment.