Html Css Color HEX #C9BECD Prelude

📋 copy color: '#C9BECD'

red 201 ◦ green 190 ◦ blue 205

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

Shades of Prelude #C9BECD

Tints of Prelude #C9BECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.88%

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

R = 33.72%
G = 31.88%
B = 34.4%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C9BECD (or 0xC9BECD) is known color: Prelude. HEX triplet: C9, BE and CD. RGB value is (201,190,205). Sum of RGB (Red+Green+Blue) = 201+190+205=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BECD is #364132. Grayscale: #C2C2C2. Windows color (decimal): -3555635 or 13483721. OLE color: 13483721.

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

Color convert

RGB 201 190 205 -
CMYK 0.02 0.07 0 0.20
HSL 284º 0.13% 0.77% -
HSV(B) 284º 0.07% 0.8% -
XYZ 53.52 53.65 65.29 -
YUV 195 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 201 190 205 0.02 0.07 0 0.20 284 0.13 0.77
Hex C9 BE CD 2 7 0 14 11C D 4D
Octal 311 276 315 2 7 0 24 434 15 115
Binary 11001001 10111110 11001101 10 111 0 10100 100011100 1101 1001101

Color Harmonies of #C9BECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BECD

Black with #C9BECD

Text Example


Text Example

White with #C9BECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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