Html Css Color HEX #C9BBB5 Pale Slate

📋 copy color: '#C9BBB5'

red 201 ◦ green 187 ◦ blue 181

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

Shades of Pale Slate #C9BBB5

Tints of Pale Slate #C9BBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.81%

R = 35.33%
G = 32.86%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C9BBB5 (or 0xC9BBB5) is known color: Pale Slate. HEX triplet: C9, BB and B5. RGB value is (201,187,181). Sum of RGB (Red+Green+Blue) = 201+187+181=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBB5 is #36444A. Grayscale: #BEBEBE. Windows color (decimal): -3556427 or 11910089. OLE color: 11910089.

HSL color Cylindrical-coordinate representation of color #C9BBB5: hue angle of 18º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9BBB5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 187 181 -
CMYK 0 0.07 0.10 0.21
HSL 18º 0.16% 0.75% -
HSV(B) 18º 0.1% 0.79% -
XYZ 50.2 51.29 50.97 -
YUV 190.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 201 187 181 0 0.07 0.10 0.21 18 0.16 0.75
Hex C9 BB B5 0 7 A 15 12 10 4B
Octal 311 273 265 0 7 12 25 22 20 113
Binary 11001001 10111011 10110101 0 111 1010 10101 10010 10000 1001011

Color Harmonies of #C9BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBB5

Black with #C9BBB5

Text Example


Text Example

White with #C9BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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