#B3BABB

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

Shades of Casper #B3BABB

Tints of Casper #B3BABB

Color information

#B3BABB (or 0xB3BABB) is unknown color: approx Casper. HEX triplet: B3, BA and BB. RGB value is (179,186,187). Sum of RGB (Red+Green+Blue) = 179+186+187=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BABB is #4C4544. Grayscale: #B8B8B8. Windows color (decimal): -4998469 or 12303027. OLE color: 12303027.

HSL color Cylindrical-coordinate representation of color #B3BABB: hue angle of 187.5º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3BABB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179186187-
CMYK0.040.0100.27
HSL187.5º5.56%71.76%-
HSV(B)187.5º4.28%73.33%-
XYZ45.1248.2953.96-
YUV184.02129.68124.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.43%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=32.43%
G=33.70%
B=33.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861870.040.0100.27187.55.5671.76
HexB3BABB4101Bbb648
Octal263272273410332736110
Binary1011001110111010101110111001011011101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BABB; }

 p { color: rgb(179,186,187); }

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

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

 a { background-color: rgb(179,186,187); }

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

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

 span { border-color: rgb(179,186,187); }

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