#B0BABB

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

Shades of Casper #B0BABB

Tints of Casper #B0BABB

Color information

#B0BABB (or 0xB0BABB) is unknown color: approx Casper. HEX triplet: B0, BA and BB. RGB value is (176,186,187). Sum of RGB (Red+Green+Blue) = 176+186+187=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BABB is #4F4544. Grayscale: #B7B7B7. Windows color (decimal): -5195077 or 12303024. OLE color: 12303024.

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

Color convert

RGB176186187-
CMYK0.060.0100.27
HSL185.45º7.48%71.18%-
HSV(B)185.45º5.88%73.33%-
XYZ44.4347.9453.92-
YUV183.12130.19122.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=32.06%
G=33.88%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761861870.060.0100.27185.457.4871.18
HexB0BABB6101Bb9747
Octal260272273610332717107
Binary1011000010111010101110111101011011101110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BABB; }

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

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

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

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

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

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

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

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