#C3BEBB

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

Shades of Pale Slate #C3BEBB

Tints of Pale Slate #C3BEBB

Color information

#C3BEBB (or 0xC3BEBB) is unknown color: approx Pale Slate. HEX triplet: C3, BE and BB. RGB value is (195,190,187). Sum of RGB (Red+Green+Blue) = 195+190+187=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEBB is #3C4144. Grayscale: #BFBFBF. Windows color (decimal): -3948869 or 12304067. OLE color: 12304067.

HSL color Cylindrical-coordinate representation of color #C3BEBB: hue angle of 22.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BEBB is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195190187-
CMYK00.030.040.24
HSL22.5º6.25%74.9%-
HSV(B)22.5º4.1%76.47%-
XYZ49.8952.0254.42-
YUV191.15125.66130.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=34.09%
G=33.22%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519018700.030.040.2422.56.2574.9
HexC3BEBB034181764b
Octal30327627303430276113
Binary11000011101111101011101101110011000101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEBB; }

 p { color: rgb(195,190,187); }

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

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

 a { background-color: rgb(195,190,187); }

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

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

 span { border-color: rgb(195,190,187); }

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