Html Css Color HEX #B1AECE Blue Haze

📋 copy color: '#B1AECE'

red 177 ◦ green 174 ◦ blue 206

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

Shades of Blue Haze #B1AECE

Tints of Blue Haze #B1AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 31.78%
G = 31.24%
B = 36.98%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1AECE (or 0xB1AECE) is known color: Blue Haze. HEX triplet: B1, AE and CE. RGB value is (177,174,206). Sum of RGB (Red+Green+Blue) = 177+174+206=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AECE is #4E5131. Grayscale: #B2B2B2. Windows color (decimal): -5132594 or 13545137. OLE color: 13545137.

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

Color convert

RGB 177 174 206 -
CMYK 0.14 0.16 0 0.19
HSL 245.63º 0.25% 0.75% -
HSV(B) 245.63º 0.16% 0.81% -
XYZ 44.41 44.08 64.56 -
YUV 178.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 177 174 206 0.14 0.16 0 0.19 245.63 0.25 0.75
Hex B1 AE CE E 10 0 13 F6 19 4B
Octal 261 256 316 16 20 0 23 366 31 113
Binary 10110001 10101110 11001110 1110 10000 0 10011 11110110 11001 1001011

Color Harmonies of #B1AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AECE

Black with #B1AECE

Text Example


Text Example

White with #B1AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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