Html Css Color HEX #B2AFBE Blue Haze

📋 copy color: '#B2AFBE'

red 178 ◦ green 175 ◦ blue 190

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

Shades of Blue Haze #B2AFBE

Tints of Blue Haze #B2AFBE

RGB

 RED value IS 178 (69.92% from 255) = 32.78%

 GREEN value IS 175 (68.75% from 255) = 32.23%

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

R = 32.78%
G = 32.23%
B = 34.99%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2AFBE (or 0xB2AFBE) is known color: Blue Haze. HEX triplet: B2, AF and BE. RGB value is (178,175,190). Sum of RGB (Red+Green+Blue) = 178+175+190=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFBE is #4D5041. Grayscale: #B1B1B1. Windows color (decimal): -5066818 or 12496818. OLE color: 12496818.

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

Color convert

RGB 178 175 190 -
CMYK 0.06 0.08 0 0.25
HSL 252º 0.1% 0.72% -
HSV(B) 252º 0.08% 0.75% -
XYZ 42.98 43.84 54.91 -
YUV 177.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 178 175 190 0.06 0.08 0 0.25 252 0.1 0.72
Hex B2 AF BE 6 8 0 19 FC A 48
Octal 262 257 276 6 10 0 31 374 12 110
Binary 10110010 10101111 10111110 110 1000 0 11001 11111100 1010 1001000

Color Harmonies of #B2AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFBE

Black with #B2AFBE

Text Example


Text Example

White with #B2AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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