Html Css Color HEX #B4ACD5 Blue Haze

📋 copy color: '#B4ACD5'

red 180 ◦ green 172 ◦ blue 213

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

Shades of Blue Haze #B4ACD5

Tints of Blue Haze #B4ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 31.86%
G = 30.44%
B = 37.7%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B4ACD5 (or 0xB4ACD5) is known color: Blue Haze. HEX triplet: B4, AC and D5. RGB value is (180,172,213). Sum of RGB (Red+Green+Blue) = 180+172+213=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #B4ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACD5 is #4B532A. Grayscale: #B2B2B2. Windows color (decimal): -4936491 or 14003380. OLE color: 14003380.

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

Color convert

RGB 180 172 213 -
CMYK 0.15 0.19 0 0.16
HSL 251.71º 0.33% 0.75% -
HSV(B) 251.71º 0.19% 0.84% -
XYZ 45.59 44.01 69.04 -
YUV 179.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 180 172 213 0.15 0.19 0 0.16 251.71 0.33 0.75
Hex B4 AC D5 F 13 0 10 FC 21 4B
Octal 264 254 325 17 23 0 20 374 41 113
Binary 10110100 10101100 11010101 1111 10011 0 10000 11111100 100001 1001011

Color Harmonies of #B4ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ACD5

Black with #B4ACD5

Text Example


Text Example

White with #B4ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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