Html Css Color HEX #B1AEC2 Blue Haze

📋 copy color: '#B1AEC2'

red 177 ◦ green 174 ◦ blue 194

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

Shades of Blue Haze #B1AEC2

Tints of Blue Haze #B1AEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 32.48%
G = 31.93%
B = 35.6%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B1AEC2 (or 0xB1AEC2) is known color: Blue Haze. HEX triplet: B1, AE and C2. RGB value is (177,174,194). Sum of RGB (Red+Green+Blue) = 177+174+194=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #B1AEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEC2 is #4E513D. Grayscale: #B1B1B1. Windows color (decimal): -5132606 or 12758705. OLE color: 12758705.

HSL color Cylindrical-coordinate representation of color #B1AEC2: hue angle of 249º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1AEC2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 174 194 -
CMYK 0.09 0.10 0 0.24
HSL 249º 0.14% 0.72% -
HSV(B) 249º 0.1% 0.76% -
XYZ 43.01 43.51 57.17 -
YUV 177.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 177 174 194 0.09 0.10 0 0.24 249 0.14 0.72
Hex B1 AE C2 9 A 0 18 F9 E 48
Octal 261 256 302 11 12 0 30 371 16 110
Binary 10110001 10101110 11000010 1001 1010 0 11000 11111001 1110 1001000

Color Harmonies of #B1AEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AEC2

Black with #B1AEC2

Text Example


Text Example

White with #B1AEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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