Html Css Color HEX #C9BDCD Prelude

📋 copy color: '#C9BDCD'

red 201 ◦ green 189 ◦ blue 205

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

Shades of Prelude #C9BDCD

Tints of Prelude #C9BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 33.78%
G = 31.76%
B = 34.45%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C9BDCD (or 0xC9BDCD) is known color: Prelude. HEX triplet: C9, BD and CD. RGB value is (201,189,205). Sum of RGB (Red+Green+Blue) = 201+189+205=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDCD is #364232. Grayscale: #C2C2C2. Windows color (decimal): -3555891 or 13483465. OLE color: 13483465.

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

Color convert

RGB 201 189 205 -
CMYK 0.02 0.08 0 0.20
HSL 285º 0.14% 0.77% -
HSV(B) 285º 0.08% 0.8% -
XYZ 53.3 53.22 65.22 -
YUV 194.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 201 189 205 0.02 0.08 0 0.20 285 0.14 0.77
Hex C9 BD CD 2 8 0 14 11D E 4D
Octal 311 275 315 2 10 0 24 435 16 115
Binary 11001001 10111101 11001101 10 1000 0 10100 100011101 1110 1001101

Color Harmonies of #C9BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDCD

Black with #C9BDCD

Text Example


Text Example

White with #C9BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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