#CABBB2

Color #CABBB2 Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #CABBB2

Tints of Pale Slate #CABBB2

Color information

#CABBB2 (or 0xCABBB2) is unknown color: approx Pale Slate. HEX triplet: CA, BB and B2. RGB value is (202,187,178). Sum of RGB (Red+Green+Blue) = 202+187+178=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBB2 is #35444D. Grayscale: #BEBEBE. Windows color (decimal): -3490894 or 11713482. OLE color: 11713482.

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

Color convert

RGB202187178-
CMYK00.070.120.21
HSL22.5º18.46%74.51%-
HSV(B)22.5º11.88%79.22%-
XYZ50.1651.3149.38-
YUV190.46120.97136.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=35.63%
G=32.98%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218717800.070.120.2122.518.4674.51
HexCABBB207C1517124b
Octal3122732620714252722113
Binary110010101011101110110010011111001010110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBB2; }

 p { color: rgb(202,187,178); }

 H1.HeaderClassName
 {
   color: #CABBB2;
 }
 .AnyTagClassName
 {
   color: #CABBB2;
 }
</style>
background-color css

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

 a { background-color: rgb(202,187,178); }

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

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

 span { border-color: rgb(202,187,178); }

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