Html Css Color HEX #C9BCB2 Pale Slate

📋 copy color: '#C9BCB2'

red 201 ◦ green 188 ◦ blue 178

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

Shades of Pale Slate #C9BCB2

Tints of Pale Slate #C9BCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.39%

R = 35.45%
G = 33.16%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C9BCB2 (or 0xC9BCB2) is known color: Pale Slate. HEX triplet: C9, BC and B2. RGB value is (201,188,178). Sum of RGB (Red+Green+Blue) = 201+188+178=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCB2 is #36434D. Grayscale: #BEBEBE. Windows color (decimal): -3556174 or 11713737. OLE color: 11713737.

HSL color Cylindrical-coordinate representation of color #C9BCB2: hue angle of 26.09º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BCB2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 188 178 -
CMYK 0 0.06 0.11 0.21
HSL 26.09º 0.18% 0.74% -
HSV(B) 26.09º 0.11% 0.79% -
XYZ 50.11 51.6 49.44 -
YUV 190.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 201 188 178 0 0.06 0.11 0.21 26.09 0.18 0.74
Hex C9 BC B2 0 6 B 15 1A 12 4A
Octal 311 274 262 0 6 13 25 32 22 112
Binary 11001001 10111100 10110010 0 110 1011 10101 11010 10010 1001010

Color Harmonies of #C9BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCB2

Black with #C9BCB2

Text Example


Text Example

White with #C9BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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