#C6BBC9

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

Shades of Prelude #C6BBC9

Tints of Prelude #C6BBC9

Color information

#C6BBC9 (or 0xC6BBC9) is unknown color: approx Prelude. HEX triplet: C6, BB and C9. RGB value is (198,187,201). Sum of RGB (Red+Green+Blue) = 198+187+201=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 201 - color contains mainly: blue. Hex color #C6BBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBC9 is #394436. Grayscale: #BFBFBF. Windows color (decimal): -3753015 or 13220806. OLE color: 13220806.

HSL color Cylindrical-coordinate representation of color #C6BBC9: hue angle of 287.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6BBC9 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198187201-
CMYK0.010.0700.21
HSL287.14º11.48%76.08%-
HSV(B)287.14º6.97%78.82%-
XYZ51.651.7662.53-
YUV191.88133.14132.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.79%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=33.79%
G=31.91%
B=34.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981872010.010.0700.21287.1411.4876.08
HexC6BBC91701511fb4c
Octal3062733111702543713114
Binary110001101011101111001001111101010110001111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBC9; }

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

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

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

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

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

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

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

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