#C6BBC7

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

Shades of Lola #C6BBC7

Tints of Lola #C6BBC7

Color information

#C6BBC7 (or 0xC6BBC7) is unknown color: approx Lola. HEX triplet: C6, BB and C7. RGB value is (198,187,199). Sum of RGB (Red+Green+Blue) = 198+187+199=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 199 - color contains mainly: blue. Hex color #C6BBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBC7 is #394438. Grayscale: #BFBFBF. Windows color (decimal): -3753017 or 13089734. OLE color: 13089734.

HSL color Cylindrical-coordinate representation of color #C6BBC7: hue angle of 295º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BBC7 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB198187199-
CMYK0.010.0600.22
HSL295º9.68%75.69%-
HSV(B)295º6.03%78.04%-
XYZ51.3751.6761.3-
YUV191.66132.14132.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.90%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 199 (78.12% from 255) = 34.08%
R=33.90%
G=32.02%
B=34.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981871990.010.0600.222959.6875.69
HexC6BBC716016127a4c
Octal3062733071602644712114
Binary110001101011101111000111111001011010010011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBC7; }

 p { color: rgb(198,187,199); }

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

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

 a { background-color: rgb(198,187,199); }

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

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

 span { border-color: rgb(198,187,199); }

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