Html Css Color HEX #B4ACD7 Blue Haze

📋 copy color: '#B4ACD7'

red 180 ◦ green 172 ◦ blue 215

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

Shades of Blue Haze #B4ACD7

Tints of Blue Haze #B4ACD7

RGB

 RED value IS 180 (70.7% from 255) = 31.75%

 GREEN value IS 172 (67.58% from 255) = 30.34%

 BLUE value IS 215 (84.38% from 255) = 37.92%

R = 31.75%
G = 30.34%
B = 37.92%

CMYK

 C value IS 0.16

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B4ACD7 (or 0xB4ACD7) is known color: Blue Haze. HEX triplet: B4, AC and D7. RGB value is (180,172,215). Sum of RGB (Red+Green+Blue) = 180+172+215=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACD7 is #4B5328. Grayscale: #B3B3B3. Windows color (decimal): -4936489 or 14134452. OLE color: 14134452.

HSL color Cylindrical-coordinate representation of color #B4ACD7: hue angle of 251.16º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4ACD7 is Cyan = 0.16, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 172 215 -
CMYK 0.16 0.2 0 0.16
HSL 251.16º 0.35% 0.76% -
HSV(B) 251.16º 0.2% 0.84% -
XYZ 45.84 44.11 70.39 -
YUV 179.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 180 172 215 0.16 0.2 0 0.16 251.16 0.35 0.76
Hex B4 AC D7 10 14 0 10 FB 23 4C
Octal 264 254 327 20 24 0 20 373 43 114
Binary 10110100 10101100 11010111 10000 10100 0 10000 11111011 100011 1001100

Color Harmonies of #B4ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ACD7

Black with #B4ACD7

Text Example


Text Example

White with #B4ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ACD7; }

 p { color: rgb(180,172,215); }

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

background-color css

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

 a { background-color: rgb(180,172,215); }

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

border-color css

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

 span { border-color: rgb(180,172,215); }

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