#CCBFB7

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

Shades of Pale Slate #CCBFB7

Tints of Pale Slate #CCBFB7

Color information

#CCBFB7 (or 0xCCBFB7) is unknown color: approx Pale Slate. HEX triplet: CC, BF and B7. RGB value is (204,191,183). Sum of RGB (Red+Green+Blue) = 204+191+183=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFB7 is #334048. Grayscale: #C2C2C2. Windows color (decimal): -3358793 or 12042188. OLE color: 12042188.

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

Color convert

RGB204191183-
CMYK00.060.100.2
HSL22.86º17.07%75.88%-
HSV(B)22.86º10.29%80%-
XYZ52.0853.5252.38-
YUV193.98121.81135.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 183 (71.88% from 255) = 31.66%
R=35.29%
G=33.04%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419118300.060.100.222.8617.0775.88
HexCCBFB706A1417114c
Octal3142772670612242721114
Binary110011001011111110110111011010101010010111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFB7; }

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

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

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

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

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

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

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

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