#C8BBCD

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

Shades of Prelude #C8BBCD

Tints of Prelude #C8BBCD

Color information

#C8BBCD (or 0xC8BBCD) is unknown color: approx Prelude. HEX triplet: C8, BB and CD. RGB value is (200,187,205). Sum of RGB (Red+Green+Blue) = 200+187+205=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBCD is #374432. Grayscale: #C0C0C0. Windows color (decimal): -3621939 or 13482952. OLE color: 13482952.

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

Color convert

RGB200187205-
CMYK0.020.0900.20
HSL283.33º15.25%76.86%-
HSV(B)283.33º8.78%80.39%-
XYZ52.6152.2365.07-
YUV192.94134.81133.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=33.78%
G=31.59%
B=34.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001872050.020.0900.20283.3315.2576.86
HexC8BBCD2901411bf4d
Octal31027331521102443317115
Binary11001000101110111100110110100101010010001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBCD; }

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

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

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

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

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

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

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

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