#CCBFB9

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

Shades of Pale Slate #CCBFB9

Tints of Pale Slate #CCBFB9

Color information

#CCBFB9 (or 0xCCBFB9) is unknown color: approx Pale Slate. HEX triplet: CC, BF and B9. RGB value is (204,191,185). Sum of RGB (Red+Green+Blue) = 204+191+185=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFB9 is #334046. Grayscale: #C2C2C2. Windows color (decimal): -3358791 or 12173260. OLE color: 12173260.

HSL color Cylindrical-coordinate representation of color #CCBFB9: hue angle of 18.95º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBFB9 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204191185-
CMYK00.060.090.2
HSL18.95º15.7%76.27%-
HSV(B)18.95º9.31%80%-
XYZ52.2953.653.49-
YUV194.2122.81134.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=35.17%
G=32.93%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419118500.060.090.218.9515.776.27
HexCCBFB90691413104c
Octal3142772710611242320114
Binary110011001011111110111001011010011010010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFB9; }

 p { color: rgb(204,191,185); }

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

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

 a { background-color: rgb(204,191,185); }

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

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

 span { border-color: rgb(204,191,185); }

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