#C8BDD0

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

Shades of Prelude #C8BDD0

Tints of Prelude #C8BDD0

Color information

#C8BDD0 (or 0xC8BDD0) is unknown color: approx Prelude. HEX triplet: C8, BD and D0. RGB value is (200,189,208). Sum of RGB (Red+Green+Blue) = 200+189+208=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDD0 is #37422F. Grayscale: #C2C2C2. Windows color (decimal): -3621424 or 13680072. OLE color: 13680072.

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

Color convert

RGB200189208-
CMYK0.040.0900.18
HSL274.74º16.81%77.84%-
HSV(B)274.74º9.13%81.57%-
XYZ53.453.2367.13-
YUV194.46135.64131.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=33.50%
G=31.66%
B=34.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001892080.040.0900.18274.7416.8177.84
HexC8BDD049012113114e
Octal31027532041102242321116
Binary1100100010111101110100001001001010010100010011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDD0; }

 p { color: rgb(200,189,208); }

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

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

 a { background-color: rgb(200,189,208); }

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

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

 span { border-color: rgb(200,189,208); }

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