Html Css Color HEX #B2AED0 Blue Haze

📋 copy color: '#B2AED0'

red 178 ◦ green 174 ◦ blue 208

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

Shades of Blue Haze #B2AED0

Tints of Blue Haze #B2AED0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.07%

 BLUE value IS 208 (81.64% from 255) = 37.14%

R = 31.79%
G = 31.07%
B = 37.14%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B2AED0 (or 0xB2AED0) is known color: Blue Haze. HEX triplet: B2, AE and D0. RGB value is (178,174,208). Sum of RGB (Red+Green+Blue) = 178+174+208=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #B2AED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AED0 is #4D512F. Grayscale: #B2B2B2. Windows color (decimal): -5067056 or 13676210. OLE color: 13676210.

HSL color Cylindrical-coordinate representation of color #B2AED0: hue angle of 247.06º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2AED0 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 174 208 -
CMYK 0.14 0.16 0 0.18
HSL 247.06º 0.27% 0.75% -
HSV(B) 247.06º 0.16% 0.82% -
XYZ 44.88 44.29 65.86 -
YUV 179.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 178 174 208 0.14 0.16 0 0.18 247.06 0.27 0.75
Hex B2 AE D0 E 10 0 12 F7 1B 4B
Octal 262 256 320 16 20 0 22 367 33 113
Binary 10110010 10101110 11010000 1110 10000 0 10010 11110111 11011 1001011

Color Harmonies of #B2AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AED0

Black with #B2AED0

Text Example


Text Example

White with #B2AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AED0; }

 p { color: rgb(178,174,208); }

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

background-color css

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

 a { background-color: rgb(178,174,208); }

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

border-color css

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

 span { border-color: rgb(178,174,208); }

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