Html Css Color HEX #B5B2BE Blue Haze

📋 copy color: '#B5B2BE'

red 181 ◦ green 178 ◦ blue 190

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

Shades of Blue Haze #B5B2BE

Tints of Blue Haze #B5B2BE

RGB

 RED value IS 181 (71.09% from 255) = 32.97%

 GREEN value IS 178 (69.92% from 255) = 32.42%

 BLUE value IS 190 (74.61% from 255) = 34.61%

R = 32.97%
G = 32.42%
B = 34.61%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5B2BE (or 0xB5B2BE) is known color: Blue Haze. HEX triplet: B5, B2 and BE. RGB value is (181,178,190). Sum of RGB (Red+Green+Blue) = 181+178+190=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2BE is #4A4D41. Grayscale: #B4B4B4. Windows color (decimal): -4869442 or 12497589. OLE color: 12497589.

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

Color convert

RGB 181 178 190 -
CMYK 0.05 0.06 0 0.25
HSL 255º 0.08% 0.72% -
HSV(B) 255º 0.06% 0.75% -
XYZ 44.27 45.38 55.14 -
YUV 180.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 181 178 190 0.05 0.06 0 0.25 255 0.08 0.72
Hex B5 B2 BE 5 6 0 19 FF 8 48
Octal 265 262 276 5 6 0 31 377 10 110
Binary 10110101 10110010 10111110 101 110 0 11001 11111111 1000 1001000

Color Harmonies of #B5B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B2BE

Black with #B5B2BE

Text Example


Text Example

White with #B5B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B2BE; }

 p { color: rgb(181,178,190); }

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

background-color css

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

 a { background-color: rgb(181,178,190); }

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

border-color css

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

 span { border-color: rgb(181,178,190); }

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