Html Css Color HEX #C9BBCF Prelude

📋 copy color: '#C9BBCF'

red 201 ◦ green 187 ◦ blue 207

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

Shades of Prelude #C9BBCF

Tints of Prelude #C9BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.43%

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 33.78%
G = 31.43%
B = 34.79%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9BBCF (or 0xC9BBCF) is known color: Prelude. HEX triplet: C9, BB and CF. RGB value is (201,187,207). Sum of RGB (Red+Green+Blue) = 201+187+207=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBCF is #364430. Grayscale: #C1C1C1. Windows color (decimal): -3556401 or 13614025. OLE color: 13614025.

HSL color Cylindrical-coordinate representation of color #C9BBCF: hue angle of 282º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9BBCF is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 187 207 -
CMYK 0.03 0.10 0 0.19
HSL 282º 0.17% 0.77% -
HSV(B) 282º 0.1% 0.81% -
XYZ 53.12 52.46 66.36 -
YUV 193.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 201 187 207 0.03 0.10 0 0.19 282 0.17 0.77
Hex C9 BB CF 3 A 0 13 11A 11 4D
Octal 311 273 317 3 12 0 23 432 21 115
Binary 11001001 10111011 11001111 11 1010 0 10011 100011010 10001 1001101

Color Harmonies of #C9BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBCF

Black with #C9BBCF

Text Example


Text Example

White with #C9BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBCF; }

 p { color: rgb(201,187,207); }

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

background-color css

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

 a { background-color: rgb(201,187,207); }

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

border-color css

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

 span { border-color: rgb(201,187,207); }

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