Html Css Color HEX #C9BDCB Prelude

📋 copy color: '#C9BDCB'

red 201 ◦ green 189 ◦ blue 203

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

Shades of Prelude #C9BDCB

Tints of Prelude #C9BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.87%

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

R = 33.9%
G = 31.87%
B = 34.23%

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

#C9BDCB (or 0xC9BDCB) is known color: Prelude. HEX triplet: C9, BD and CB. RGB value is (201,189,203). Sum of RGB (Red+Green+Blue) = 201+189+203=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDCB is #364234. Grayscale: #C2C2C2. Windows color (decimal): -3555893 or 13352393. OLE color: 13352393.

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

Color convert

RGB 201 189 203 -
CMYK 0.01 0.07 0 0.20
HSL 291.43º 0.12% 0.77% -
HSV(B) 291.43º 0.07% 0.8% -
XYZ 53.06 53.12 63.96 -
YUV 194.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 201 189 203 0.01 0.07 0 0.20 291.43 0.12 0.77
Hex C9 BD CB 1 7 0 14 123 C 4D
Octal 311 275 313 1 7 0 24 443 14 115
Binary 11001001 10111101 11001011 1 111 0 10100 100100011 1100 1001101

Color Harmonies of #C9BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDCB

Black with #C9BDCB

Text Example


Text Example

White with #C9BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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