Html Css Color HEX #C9BACE Prelude

📋 copy color: '#C9BACE'

red 201 ◦ green 186 ◦ blue 206

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

Shades of Prelude #C9BACE

Tints of Prelude #C9BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.37%

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 33.9%
G = 31.37%
B = 34.74%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9BACE (or 0xC9BACE) is known color: Prelude. HEX triplet: C9, BA and CE. RGB value is (201,186,206). Sum of RGB (Red+Green+Blue) = 201+186+206=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BACE is #364531. Grayscale: #C0C0C0. Windows color (decimal): -3556658 or 13548233. OLE color: 13548233.

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

Color convert

RGB 201 186 206 -
CMYK 0.02 0.10 0 0.19
HSL 285º 0.17% 0.77% -
HSV(B) 285º 0.1% 0.81% -
XYZ 52.79 51.99 65.65 -
YUV 192.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 201 186 206 0.02 0.10 0 0.19 285 0.17 0.77
Hex C9 BA CE 2 A 0 13 11D 11 4D
Octal 311 272 316 2 12 0 23 435 21 115
Binary 11001001 10111010 11001110 10 1010 0 10011 100011101 10001 1001101

Color Harmonies of #C9BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BACE

Black with #C9BACE

Text Example


Text Example

White with #C9BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BACE; }

 p { color: rgb(201,186,206); }

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

background-color css

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

 a { background-color: rgb(201,186,206); }

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

border-color css

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

 span { border-color: rgb(201,186,206); }

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