#CCBFB5

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

Shades of Pale Slate #CCBFB5

Tints of Pale Slate #CCBFB5

Color information

#CCBFB5 (or 0xCCBFB5) is unknown color: approx Pale Slate. HEX triplet: CC, BF and B5. RGB value is (204,191,181). Sum of RGB (Red+Green+Blue) = 204+191+181=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFB5 is #33404A. Grayscale: #C1C1C1. Windows color (decimal): -3358795 or 11911116. OLE color: 11911116.

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

Color convert

RGB204191181-
CMYK00.060.110.2
HSL26.09º18.4%75.49%-
HSV(B)26.09º11.27%80%-
XYZ51.8753.4451.3-
YUV193.75120.81135.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=35.42%
G=33.16%
B=31.42%

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
Decimal20419118100.060.110.226.0918.475.49
HexCCBFB506B141a124b
Octal3142772650613243222113
Binary110011001011111110110101011010111010011010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFB5; }

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

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

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

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

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

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

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

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