Html Css Color HEX #B1AED0 Blue Haze

📋 copy color: '#B1AED0'

red 177 ◦ green 174 ◦ blue 208

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

Shades of Blue Haze #B1AED0

Tints of Blue Haze #B1AED0

RGB

 RED value IS 177 (69.53% from 255) = 31.66%

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

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

R = 31.66%
G = 31.13%
B = 37.21%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B1AED0 (or 0xB1AED0) is known color: Blue Haze. HEX triplet: B1, AE and D0. RGB value is (177,174,208). Sum of RGB (Red+Green+Blue) = 177+174+208=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #B1AED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AED0 is #4E512F. Grayscale: #B2B2B2. Windows color (decimal): -5132592 or 13676209. OLE color: 13676209.

HSL color Cylindrical-coordinate representation of color #B1AED0: hue angle of 245.29º 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 #B1AED0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 174 208 -
CMYK 0.15 0.16 0 0.18
HSL 245.29º 0.27% 0.75% -
HSV(B) 245.29º 0.16% 0.82% -
XYZ 44.65 44.17 65.85 -
YUV 178.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 177 174 208 0.15 0.16 0 0.18 245.29 0.27 0.75
Hex B1 AE D0 F 10 0 12 F5 1B 4B
Octal 261 256 320 17 20 0 22 365 33 113
Binary 10110001 10101110 11010000 1111 10000 0 10010 11110101 11011 1001011

Color Harmonies of #B1AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AED0

Black with #B1AED0

Text Example


Text Example

White with #B1AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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