#C8BBD2

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

Shades of Prelude #C8BBD2

Tints of Prelude #C8BBD2

Color information

#C8BBD2 (or 0xC8BBD2) is unknown color: approx Prelude. HEX triplet: C8, BB and D2. RGB value is (200,187,210). Sum of RGB (Red+Green+Blue) = 200+187+210=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #C8BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBD2 is #37442D. Grayscale: #C1C1C1. Windows color (decimal): -3621934 or 13810632. OLE color: 13810632.

HSL color Cylindrical-coordinate representation of color #C8BBD2: hue angle of 273.91º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8BBD2 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200187210-
CMYK0.050.1100.18
HSL273.91º20.35%77.84%-
HSV(B)273.91º10.95%82.35%-
XYZ53.2252.4768.3-
YUV193.51137.31132.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 210 (82.42% from 255) = 35.18%
R=33.50%
G=31.32%
B=35.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001872100.050.1100.18273.9120.3577.84
HexC8BBD25B012112144e
Octal31027332251302242224116
Binary1100100010111011110100101011011010010100010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBD2; }

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

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

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

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

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

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

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

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