Html Css Color HEX #B0BBBD Casper

📋 copy color: '#B0BBBD'

red 176 ◦ green 187 ◦ blue 189

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

Shades of Casper #B0BBBD

Tints of Casper #B0BBBD

RGB

 RED value IS 176 (69.14% from 255) = 31.88%

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

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

R = 31.88%
G = 33.88%
B = 34.24%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B0BBBD (or 0xB0BBBD) is known color: Casper. HEX triplet: B0, BB and BD. RGB value is (176,187,189). Sum of RGB (Red+Green+Blue) = 176+187+189=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBBD is #4F4442. Grayscale: #B7B7B7. Windows color (decimal): -5194819 or 12434352. OLE color: 12434352.

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

Color convert

RGB 176 187 189 -
CMYK 0.07 0.01 0 0.26
HSL 189.23º 0.09% 0.72% -
HSV(B) 189.23º 0.07% 0.74% -
XYZ 44.86 48.44 55.13 -
YUV 183.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 176 187 189 0.07 0.01 0 0.26 189.23 0.09 0.72
Hex B0 BB BD 7 1 0 1A BD 9 48
Octal 260 273 275 7 1 0 32 275 11 110
Binary 10110000 10111011 10111101 111 1 0 11010 10111101 1001 1001000

Color Harmonies of #B0BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBBD

Black with #B0BBBD

Text Example


Text Example

White with #B0BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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