Html Css Color HEX #C9BCCC Prelude

📋 copy color: '#C9BCCC'

red 201 ◦ green 188 ◦ blue 204

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

Shades of Prelude #C9BCCC

Tints of Prelude #C9BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 33.9%
G = 31.7%
B = 34.4%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C9BCCC (or 0xC9BCCC) is known color: Prelude. HEX triplet: C9, BC and CC. RGB value is (201,188,204). Sum of RGB (Red+Green+Blue) = 201+188+204=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCCC is #364333. Grayscale: #C1C1C1. Windows color (decimal): -3556148 or 13417673. OLE color: 13417673.

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

Color convert

RGB 201 188 204 -
CMYK 0.01 0.08 0 0.2
HSL 288.75º 0.14% 0.77% -
HSV(B) 288.75º 0.08% 0.8% -
XYZ 52.97 52.74 64.52 -
YUV 193.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 201 188 204 0.01 0.08 0 0.2 288.75 0.14 0.77
Hex C9 BC CC 1 8 0 14 121 E 4D
Octal 311 274 314 1 10 0 24 441 16 115
Binary 11001001 10111100 11001100 1 1000 0 10100 100100001 1110 1001101

Color Harmonies of #C9BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCCC

Black with #C9BCCC

Text Example


Text Example

White with #C9BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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