Html Css Color HEX #B5AECF Blue Haze

📋 copy color: '#B5AECF'

red 181 ◦ green 174 ◦ blue 207

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

Shades of Blue Haze #B5AECF

Tints of Blue Haze #B5AECF

RGB

 RED value IS 181 (71.09% from 255) = 32.21%

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 32.21%
G = 30.96%
B = 36.83%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5AECF (or 0xB5AECF) is known color: Blue Haze. HEX triplet: B5, AE and CF. RGB value is (181,174,207). Sum of RGB (Red+Green+Blue) = 181+174+207=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AECF is #4A5130. Grayscale: #B3B3B3. Windows color (decimal): -4870449 or 13610677. OLE color: 13610677.

HSL color Cylindrical-coordinate representation of color #B5AECF: hue angle of 252.73º degrees, saturation: 0.26, 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 #B5AECF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 174 207 -
CMYK 0.13 0.16 0 0.19
HSL 252.73º 0.26% 0.75% -
HSV(B) 252.73º 0.16% 0.81% -
XYZ 45.45 44.6 65.24 -
YUV 179.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 181 174 207 0.13 0.16 0 0.19 252.73 0.26 0.75
Hex B5 AE CF D 10 0 13 FD 1A 4B
Octal 265 256 317 15 20 0 23 375 32 113
Binary 10110101 10101110 11001111 1101 10000 0 10011 11111101 11010 1001011

Color Harmonies of #B5AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AECF

Black with #B5AECF

Text Example


Text Example

White with #B5AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AECF; }

 p { color: rgb(181,174,207); }

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

background-color css

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

 a { background-color: rgb(181,174,207); }

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

border-color css

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

 span { border-color: rgb(181,174,207); }

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