Html Css Color HEX #B3ACD6 Blue Haze

📋 copy color: '#B3ACD6'

red 179 ◦ green 172 ◦ blue 214

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

Shades of Blue Haze #B3ACD6

Tints of Blue Haze #B3ACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.88%

R = 31.68%
G = 30.44%
B = 37.88%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B3ACD6 (or 0xB3ACD6) is known color: Blue Haze. HEX triplet: B3, AC and D6. RGB value is (179,172,214). Sum of RGB (Red+Green+Blue) = 179+172+214=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #B3ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACD6 is #4C5329. Grayscale: #B2B2B2. Windows color (decimal): -5002026 or 14068915. OLE color: 14068915.

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

Color convert

RGB 179 172 214 -
CMYK 0.16 0.20 0 0.16
HSL 250º 0.34% 0.76% -
HSV(B) 250º 0.2% 0.84% -
XYZ 45.48 43.94 69.7 -
YUV 178.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 179 172 214 0.16 0.20 0 0.16 250 0.34 0.76
Hex B3 AC D6 10 14 0 10 FA 22 4C
Octal 263 254 326 20 24 0 20 372 42 114
Binary 10110011 10101100 11010110 10000 10100 0 10000 11111010 100010 1001100

Color Harmonies of #B3ACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ACD6

Black with #B3ACD6

Text Example


Text Example

White with #B3ACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ACD6; }

 p { color: rgb(179,172,214); }

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

background-color css

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

 a { background-color: rgb(179,172,214); }

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

border-color css

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

 span { border-color: rgb(179,172,214); }

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