Html Css Color HEX #C9BFCF Prelude

📋 copy color: '#C9BFCF'

red 201 ◦ green 191 ◦ blue 207

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

Shades of Prelude #C9BFCF

Tints of Prelude #C9BFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 31.89%

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

R = 33.56%
G = 31.89%
B = 34.56%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9BFCF (or 0xC9BFCF) is known color: Prelude. HEX triplet: C9, BF and CF. RGB value is (201,191,207). Sum of RGB (Red+Green+Blue) = 201+191+207=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFCF is #364030. Grayscale: #C3C3C3. Windows color (decimal): -3555377 or 13615049. OLE color: 13615049.

HSL color Cylindrical-coordinate representation of color #C9BFCF: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BFCF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 191 207 -
CMYK 0.03 0.08 0 0.19
HSL 277.5º 0.14% 0.78% -
HSV(B) 277.5º 0.08% 0.81% -
XYZ 53.98 54.18 66.64 -
YUV 195.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 201 191 207 0.03 0.08 0 0.19 277.5 0.14 0.78
Hex C9 BF CF 3 8 0 13 116 E 4E
Octal 311 277 317 3 10 0 23 426 16 116
Binary 11001001 10111111 11001111 11 1000 0 10011 100010110 1110 1001110

Color Harmonies of #C9BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFCF

Black with #C9BFCF

Text Example


Text Example

White with #C9BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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