#CCBFB6

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

Shades of Pale Slate #CCBFB6

Tints of Pale Slate #CCBFB6

Color information

#CCBFB6 (or 0xCCBFB6) is unknown color: approx Pale Slate. HEX triplet: CC, BF and B6. RGB value is (204,191,182). Sum of RGB (Red+Green+Blue) = 204+191+182=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFB6 is #334049. Grayscale: #C1C1C1. Windows color (decimal): -3358794 or 11976652. OLE color: 11976652.

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

Color convert

RGB204191182-
CMYK00.060.110.2
HSL24.55º17.74%75.69%-
HSV(B)24.55º10.78%80%-
XYZ51.9853.4851.84-
YUV193.86121.31135.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=35.36%
G=33.10%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419118200.060.110.224.5517.7475.69
HexCCBFB606B1419124c
Octal3142772660613243122114
Binary110011001011111110110110011010111010011001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFB6; }

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

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

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

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

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

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

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

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