Html Css Color HEX #BCAFBB Lola

📋 copy color: '#BCAFBB'

red 188 ◦ green 175 ◦ blue 187

#BCAFBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BCAFBB

Tints of Lola #BCAFBB

RGB

 RED value IS 188 (73.83% from 255) = 34.18%

 GREEN value IS 175 (68.75% from 255) = 31.82%

 BLUE value IS 187 (73.44% from 255) = 34%

R = 34.18%
G = 31.82%
B = 34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCAFBB (or 0xBCAFBB) is known color: Lola. HEX triplet: BC, AF and BB. RGB value is (188,175,187). Sum of RGB (Red+Green+Blue) = 188+175+187=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFBB is #435044. Grayscale: #B4B4B4. Windows color (decimal): -4411461 or 12300220. OLE color: 12300220.

HSL color Cylindrical-coordinate representation of color #BCAFBB: hue angle of 304.62º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCAFBB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 187 -
CMYK 0 0.07 0.01 0.26
HSL 304.62º 0.09% 0.71% -
HSV(B) 304.62º 0.07% 0.74% -
XYZ 45.04 44.94 53.31 -
YUV 180.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 188 175 187 0 0.07 0.01 0.26 304.62 0.09 0.71
Hex BC AF BB 0 7 1 1A 131 9 47
Octal 274 257 273 0 7 1 32 461 11 107
Binary 10111100 10101111 10111011 0 111 1 11010 100110001 1001 1000111

Color Harmonies of #BCAFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFBB

Black with #BCAFBB

Text Example


Text Example

White with #BCAFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFBB; }

 p { color: rgb(188,175,187); }

 H1.HeaderClassName
 {
   color: #BCAFBB;
 }
 .AnyTagClassName
 {
   color: #BCAFBB;
 }
</style>

background-color css

<style>
 a { background-color: #BCAFBB; }

 a { background-color: rgb(188,175,187); }

 div.DivClassName
 {
   background-color: #BCAFBB;
 }
 .BgClassName
 {
   background-color: #BCAFBB;
 }
</style>

border-color css

<style>
 span { border-color: #BCAFBB; }

 span { border-color: rgb(188,175,187); }

 td.TdClassName
 {
   border-color: #BCAFBB;
 }
 .TagClassName
 {
   border-color: #BCAFBB;
 }
</style>