#B1BABC

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

Shades of Casper #B1BABC

Tints of Casper #B1BABC

Color information

#B1BABC (or 0xB1BABC) is unknown color: approx Casper. HEX triplet: B1, BA and BC. RGB value is (177,186,188). Sum of RGB (Red+Green+Blue) = 177+186+188=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BABC is #4E4543. Grayscale: #B7B7B7. Windows color (decimal): -5129540 or 12368561. OLE color: 12368561.

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

Color convert

RGB177186188-
CMYK0.060.0100.26
HSL190.91º7.59%71.57%-
HSV(B)190.91º5.85%73.73%-
XYZ44.7748.154.5-
YUV183.54130.52123.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=32.12%
G=33.76%
B=34.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771861880.060.0100.26190.917.5971.57
HexB1BABC6101Abf848
Octal2612722746103227710110
Binary10110001101110101011110011010110101011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BABC; }

 p { color: rgb(177,186,188); }

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

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

 a { background-color: rgb(177,186,188); }

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

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

 span { border-color: rgb(177,186,188); }

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