#B3ADD6

Color #B3ADD6 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B3ADD6

Tints of Blue Haze #B3ADD6

Color information

#B3ADD6 (or 0xB3ADD6) is unknown color: approx Blue Haze. HEX triplet: B3, AD and D6. RGB value is (179,173,214). Sum of RGB (Red+Green+Blue) = 179+173+214=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #B3ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADD6 is #4C5229. Grayscale: #B3B3B3. Windows color (decimal): -5001770 or 14069171. OLE color: 14069171.

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

Color convert

RGB179173214-
CMYK0.160.1900.16
HSL248.78º33.33%75.88%-
HSV(B)248.78º19.16%83.92%-
XYZ45.6744.3369.77-
YUV179.47147.49127.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 214 (83.98% from 255) = 37.81%
R=31.63%
G=30.57%
B=37.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791732140.160.1900.16248.7833.3375.88
HexB3ADD61013010f9214c
Octal263255326202302037141114
Binary1011001110101101110101101000010011010000111110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADD6; }

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

 H1.HeaderClassName
 {
   color: #B3ADD6;
 }
 .AnyTagClassName
 {
   color: #B3ADD6;
 }
</style>
background-color css

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

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

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

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

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

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