Html Css Color HEX #B2AAD8 Blue Haze

📋 copy color: '#B2AAD8'

red 178 ◦ green 170 ◦ blue 216

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

Shades of Blue Haze #B2AAD8

Tints of Blue Haze #B2AAD8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.14%

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 31.56%
G = 30.14%
B = 38.3%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B2AAD8 (or 0xB2AAD8) is known color: Blue Haze. HEX triplet: B2, AA and D8. RGB value is (178,170,216). Sum of RGB (Red+Green+Blue) = 178+170+216=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #B2AAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAD8 is #4D5527. Grayscale: #B1B1B1. Windows color (decimal): -5068072 or 14199474. OLE color: 14199474.

HSL color Cylindrical-coordinate representation of color #B2AAD8: hue angle of 250.43º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2AAD8 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 170 216 -
CMYK 0.18 0.21 0 0.15
HSL 250.43º 0.37% 0.76% -
HSV(B) 250.43º 0.21% 0.85% -
XYZ 45.13 43.17 70.92 -
YUV 177.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 178 170 216 0.18 0.21 0 0.15 250.43 0.37 0.76
Hex B2 AA D8 12 15 0 F FA 25 4C
Octal 262 252 330 22 25 0 17 372 45 114
Binary 10110010 10101010 11011000 10010 10101 0 1111 11111010 100101 1001100

Color Harmonies of #B2AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAD8

Black with #B2AAD8

Text Example


Text Example

White with #B2AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAD8; }

 p { color: rgb(178,170,216); }

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

background-color css

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

 a { background-color: rgb(178,170,216); }

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

border-color css

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

 span { border-color: rgb(178,170,216); }

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