Html Css Color HEX #B1BBBD Casper

📋 copy color: '#B1BBBD'

red 177 ◦ green 187 ◦ blue 189

#B1BBBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casper #B1BBBD

Tints of Casper #B1BBBD

RGB

 RED value IS 177 (69.53% from 255) = 32.01%

 GREEN value IS 187 (73.44% from 255) = 33.82%

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 32.01%
G = 33.82%
B = 34.18%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B1BBBD (or 0xB1BBBD) is known color: Casper. HEX triplet: B1, BB and BD. RGB value is (177,187,189). Sum of RGB (Red+Green+Blue) = 177+187+189=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBBD is #4E4442. Grayscale: #B8B8B8. Windows color (decimal): -5129283 or 12434353. OLE color: 12434353.

HSL color Cylindrical-coordinate representation of color #B1BBBD: hue angle of 190º 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 #B1BBBD is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 187 189 -
CMYK 0.06 0.01 0 0.26
HSL 190º 0.08% 0.72% -
HSV(B) 190º 0.06% 0.74% -
XYZ 45.09 48.56 55.14 -
YUV 184.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 177 187 189 0.06 0.01 0 0.26 190 0.08 0.72
Hex B1 BB BD 6 1 0 1A BE 8 48
Octal 261 273 275 6 1 0 32 276 10 110
Binary 10110001 10111011 10111101 110 1 0 11010 10111110 1000 1001000

Color Harmonies of #B1BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBBD

Black with #B1BBBD

Text Example


Text Example

White with #B1BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBBD; }

 p { color: rgb(177,187,189); }

 H1.HeaderClassName
 {
   color: #B1BBBD;
 }
 .AnyTagClassName
 {
   color: #B1BBBD;
 }
</style>

background-color css

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

 a { background-color: rgb(177,187,189); }

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

border-color css

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

 span { border-color: rgb(177,187,189); }

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