Html Css Color HEX #B1AECB Blue Haze

📋 copy color: '#B1AECB'

red 177 ◦ green 174 ◦ blue 203

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

Shades of Blue Haze #B1AECB

Tints of Blue Haze #B1AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 31.95%
G = 31.41%
B = 36.64%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B1AECB (or 0xB1AECB) is known color: Blue Haze. HEX triplet: B1, AE and CB. RGB value is (177,174,203). Sum of RGB (Red+Green+Blue) = 177+174+203=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AECB is #4E5134. Grayscale: #B2B2B2. Windows color (decimal): -5132597 or 13348529. OLE color: 13348529.

HSL color Cylindrical-coordinate representation of color #B1AECB: hue angle of 246.21º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1AECB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 174 203 -
CMYK 0.13 0.14 0 0.20
HSL 246.21º 0.22% 0.74% -
HSV(B) 246.21º 0.14% 0.8% -
XYZ 44.05 43.93 62.66 -
YUV 178.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 177 174 203 0.13 0.14 0 0.20 246.21 0.22 0.74
Hex B1 AE CB D E 0 14 F6 16 4A
Octal 261 256 313 15 16 0 24 366 26 112
Binary 10110001 10101110 11001011 1101 1110 0 10100 11110110 10110 1001010

Color Harmonies of #B1AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AECB

Black with #B1AECB

Text Example


Text Example

White with #B1AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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