#C8BDCB

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

Shades of Prelude #C8BDCB

Tints of Prelude #C8BDCB

Color information

#C8BDCB (or 0xC8BDCB) is unknown color: approx Prelude. HEX triplet: C8, BD and CB. RGB value is (200,189,203). Sum of RGB (Red+Green+Blue) = 200+189+203=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDCB is #374234. Grayscale: #C1C1C1. Windows color (decimal): -3621429 or 13352392. OLE color: 13352392.

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

Color convert

RGB200189203-
CMYK0.010.0700.20
HSL287.14º11.86%76.86%-
HSV(B)287.14º6.9%79.61%-
XYZ52.852.9963.94-
YUV193.88133.14132.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=33.78%
G=31.93%
B=34.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001892030.010.0700.20287.1411.8676.86
HexC8BDCB1701411fc4d
Octal3102753131702443714115
Binary110010001011110111001011111101010010001111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDCB; }

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

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

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

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

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

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

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

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