Html Css Color HEX #B3AECB Blue Haze

📋 copy color: '#B3AECB'

red 179 ◦ green 174 ◦ blue 203

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

Shades of Blue Haze #B3AECB

Tints of Blue Haze #B3AECB

RGB

 RED value IS 179 (70.31% from 255) = 32.19%

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

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

R = 32.19%
G = 31.29%
B = 36.51%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B3AECB (or 0xB3AECB) is known color: Blue Haze. HEX triplet: B3, AE and CB. RGB value is (179,174,203). Sum of RGB (Red+Green+Blue) = 179+174+203=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AECB is #4C5134. Grayscale: #B2B2B2. Windows color (decimal): -5001525 or 13348531. OLE color: 13348531.

HSL color Cylindrical-coordinate representation of color #B3AECB: hue angle of 250.34º 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 #B3AECB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 174 203 -
CMYK 0.12 0.14 0 0.20
HSL 250.34º 0.22% 0.74% -
HSV(B) 250.34º 0.14% 0.8% -
XYZ 44.51 44.17 62.68 -
YUV 178.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 179 174 203 0.12 0.14 0 0.20 250.34 0.22 0.74
Hex B3 AE CB C E 0 14 FA 16 4A
Octal 263 256 313 14 16 0 24 372 26 112
Binary 10110011 10101110 11001011 1100 1110 0 10100 11111010 10110 1001010

Color Harmonies of #B3AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AECB

Black with #B3AECB

Text Example


Text Example

White with #B3AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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