#C8BBCB

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

Shades of Prelude #C8BBCB

Tints of Prelude #C8BBCB

Color information

#C8BBCB (or 0xC8BBCB) is unknown color: approx Prelude. HEX triplet: C8, BB and CB. RGB value is (200,187,203). Sum of RGB (Red+Green+Blue) = 200+187+203=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBCB is #374434. Grayscale: #C0C0C0. Windows color (decimal): -3621941 or 13351880. OLE color: 13351880.

HSL color Cylindrical-coordinate representation of color #C8BBCB: hue angle of 288.75º 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 #C8BBCB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200187203-
CMYK0.010.0800.20
HSL288.75º13.33%76.47%-
HSV(B)288.75º7.88%79.61%-
XYZ52.3752.1363.8-
YUV192.71133.81133.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.90%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=33.90%
G=31.69%
B=34.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001872030.010.0800.20288.7513.3376.47
HexC8BBCB18014121d4c
Octal31027331311002444115114
Binary1100100010111011110010111100001010010010000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBCB; }

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

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

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

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

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

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

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

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