#C9BFCB

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

Shades of Prelude #C9BFCB

Tints of Prelude #C9BFCB

Color information

#C9BFCB (or 0xC9BFCB) is unknown color: approx Prelude. HEX triplet: C9, BF and CB. RGB value is (201,191,203). Sum of RGB (Red+Green+Blue) = 201+191+203=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFCB is #364034. Grayscale: #C3C3C3. Windows color (decimal): -3555381 or 13352905. OLE color: 13352905.

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

Color convert

RGB201191203-
CMYK0.010.0600.20
HSL290º10.34%77.25%-
HSV(B)290º5.91%79.61%-
XYZ53.553.9964.1-
YUV195.36132.31132.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.78%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=33.78%
G=32.10%
B=34.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011912030.010.0600.2029010.3477.25
HexC9BFCB16014122a4d
Octal3112773131602444212115
Binary110010011011111111001011111001010010010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFCB; }

 p { color: rgb(201,191,203); }

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

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

 a { background-color: rgb(201,191,203); }

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

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

 span { border-color: rgb(201,191,203); }

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