#BCAFC0

Color #BCAFC0 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BCAFC0

Tints of Lola #BCAFC0

Color information

#BCAFC0 (or 0xBCAFC0) is unknown color: approx Lola. HEX triplet: BC, AF and C0. RGB value is (188,175,192). Sum of RGB (Red+Green+Blue) = 188+175+192=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFC0 is #43503F. Grayscale: #B4B4B4. Windows color (decimal): -4411456 or 12627900. OLE color: 12627900.

HSL color Cylindrical-coordinate representation of color #BCAFC0: hue angle of 285.88º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCAFC0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188175192-
CMYK0.020.0900.25
HSL285.88º11.89%71.96%-
HSV(B)285.88º8.85%75.29%-
XYZ45.5845.1656.18-
YUV180.82134.31133.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=33.87%
G=31.53%
B=34.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881751920.020.0900.25285.8811.8971.96
HexBCAFC02901911ec48
Octal27425730021103143614110
Binary10111100101011111100000010100101100110001111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFC0; }

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

 H1.HeaderClassName
 {
   color: #BCAFC0;
 }
 .AnyTagClassName
 {
   color: #BCAFC0;
 }
</style>
background-color css

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

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

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

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

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

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