#C9BBD6

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

Shades of Prelude #C9BBD6

Tints of Prelude #C9BBD6

Color information

#C9BBD6 (or 0xC9BBD6) is unknown color: approx Prelude. HEX triplet: C9, BB and D6. RGB value is (201,187,214). Sum of RGB (Red+Green+Blue) = 201+187+214=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBD6 is #364429. Grayscale: #C2C2C2. Windows color (decimal): -3556394 or 14072777. OLE color: 14072777.

HSL color Cylindrical-coordinate representation of color #C9BBD6: hue angle of 271.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BBD6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201187214-
CMYK0.060.1300.16
HSL271.11º24.77%78.63%-
HSV(B)271.11º12.62%83.92%-
XYZ5452.8170.97-
YUV194.26139.14132.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 214 (83.98% from 255) = 35.55%
R=33.39%
G=31.06%
B=35.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011872140.060.1300.16271.1124.7778.63
HexC9BBD66D01010f194f
Octal31127332661502041731117
Binary1100100110111011110101101101101010000100001111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBD6; }

 p { color: rgb(201,187,214); }

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

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

 a { background-color: rgb(201,187,214); }

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

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

 span { border-color: rgb(201,187,214); }

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