#B3ADD5

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

Shades of Blue Haze #B3ADD5

Tints of Blue Haze #B3ADD5

Color information

#B3ADD5 (or 0xB3ADD5) is unknown color: approx Blue Haze. HEX triplet: B3, AD and D5. RGB value is (179,173,213). Sum of RGB (Red+Green+Blue) = 179+173+213=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 173 (67.97% from 255 or 30.62% 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 #B3ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADD5 is #4C522A. Grayscale: #B3B3B3. Windows color (decimal): -5001771 or 14003635. OLE color: 14003635.

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

Color convert

RGB179173213-
CMYK0.160.1900.16
HSL249º32.26%75.69%-
HSV(B)249º18.78%83.53%-
XYZ45.5444.2769.1-
YUV179.35146.99127.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=31.68%
G=30.62%
B=37.70%

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
Decimal1791732130.160.1900.1624932.2675.69
HexB3ADD51013010f9204c
Octal263255325202302037140114
Binary1011001110101101110101011000010011010000111110011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADD5; }

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

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

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

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

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

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

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

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