#C6BBCB

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

Shades of Prelude #C6BBCB

Tints of Prelude #C6BBCB

Color information

#C6BBCB (or 0xC6BBCB) is unknown color: approx Prelude. HEX triplet: C6, BB and CB. RGB value is (198,187,203). Sum of RGB (Red+Green+Blue) = 198+187+203=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBCB is #394434. Grayscale: #C0C0C0. Windows color (decimal): -3753013 or 13351878. OLE color: 13351878.

HSL color Cylindrical-coordinate representation of color #C6BBCB: hue angle of 281.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6BBCB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198187203-
CMYK0.020.0800.20
HSL281.25º13.33%76.47%-
HSV(B)281.25º7.88%79.61%-
XYZ51.8451.8663.78-
YUV192.11134.14132.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.67%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=33.67%
G=31.80%
B=34.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981872030.020.0800.20281.2513.3376.47
HexC6BBCB28014119d4c
Octal30627331321002443115114
Binary11000110101110111100101110100001010010001100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBCB; }

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

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

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

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

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

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

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

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