Html Css Color HEX #C9BCCB Prelude

📋 copy color: '#C9BCCB'

red 201 ◦ green 188 ◦ blue 203

#C9BCCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #C9BCCB

Tints of Prelude #C9BCCB

RGB

 RED value IS 201 (78.91% from 255) = 33.95%

 GREEN value IS 188 (73.83% from 255) = 31.76%

 BLUE value IS 203 (79.69% from 255) = 34.29%

R = 33.95%
G = 31.76%
B = 34.29%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C9BCCB (or 0xC9BCCB) is known color: Prelude. HEX triplet: C9, BC and CB. RGB value is (201,188,203). Sum of RGB (Red+Green+Blue) = 201+188+203=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 188 (73.83% from 255 or 31.76% 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 #C9BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCCB is #364334. Grayscale: #C1C1C1. Windows color (decimal): -3556149 or 13352137. OLE color: 13352137.

HSL color Cylindrical-coordinate representation of color #C9BCCB: hue angle of 292º degrees, saturation: 0.13, 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 #C9BCCB is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 188 203 -
CMYK 0.01 0.07 0 0.20
HSL 292º 0.13% 0.77% -
HSV(B) 292º 0.07% 0.8% -
XYZ 52.85 52.7 63.89 -
YUV 193.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 201 188 203 0.01 0.07 0 0.20 292 0.13 0.77
Hex C9 BC CB 1 7 0 14 124 D 4D
Octal 311 274 313 1 7 0 24 444 15 115
Binary 11001001 10111100 11001011 1 111 0 10100 100100100 1101 1001101

Color Harmonies of #C9BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCCB

Black with #C9BCCB

Text Example


Text Example

White with #C9BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCCB; }

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

 H1.HeaderClassName
 {
   color: #C9BCCB;
 }
 .AnyTagClassName
 {
   color: #C9BCCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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