#B4ADD5

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

Shades of Blue Haze #B4ADD5

Tints of Blue Haze #B4ADD5

Color information

#B4ADD5 (or 0xB4ADD5) is unknown color: approx Blue Haze. HEX triplet: B4, AD and D5. RGB value is (180,173,213). Sum of RGB (Red+Green+Blue) = 180+173+213=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #B4ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADD5 is #4B522A. Grayscale: #B3B3B3. Windows color (decimal): -4936235 or 14003636. OLE color: 14003636.

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

Color convert

RGB180173213-
CMYK0.150.1900.16
HSL250.5º32.26%75.69%-
HSV(B)250.5º18.78%83.53%-
XYZ45.7844.3969.11-
YUV179.65146.82128.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.80%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 213 (83.59% from 255) = 37.63%
R=31.80%
G=30.57%
B=37.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801732130.150.1900.16250.532.2675.69
HexB4ADD5F13010fa204c
Octal264255325172302037240114
Binary101101001010110111010101111110011010000111110101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADD5; }

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

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

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

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

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

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

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

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