Html Css Color HEX #C9BCCD Prelude

📋 copy color: '#C9BCCD'

red 201 ◦ green 188 ◦ blue 205

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

Shades of Prelude #C9BCCD

Tints of Prelude #C9BCCD

RGB

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

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

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

R = 33.84%
G = 31.65%
B = 34.51%

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

#C9BCCD (or 0xC9BCCD) is known color: Prelude. HEX triplet: C9, BC and CD. RGB value is (201,188,205). Sum of RGB (Red+Green+Blue) = 201+188+205=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCCD is #364332. Grayscale: #C1C1C1. Windows color (decimal): -3556147 or 13483209. OLE color: 13483209.

HSL color Cylindrical-coordinate representation of color #C9BCCD: hue angle of 285.88º degrees, saturation: 0.15, 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 #C9BCCD is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 188 205 -
CMYK 0.02 0.08 0 0.20
HSL 285.88º 0.15% 0.77% -
HSV(B) 285.88º 0.08% 0.8% -
XYZ 53.09 52.79 65.15 -
YUV 193.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 201 188 205 0.02 0.08 0 0.20 285.88 0.15 0.77
Hex C9 BC CD 2 8 0 14 11E F 4D
Octal 311 274 315 2 10 0 24 436 17 115
Binary 11001001 10111100 11001101 10 1000 0 10100 100011110 1111 1001101

Color Harmonies of #C9BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCCD

Black with #C9BCCD

Text Example


Text Example

White with #C9BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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