#B2ABD0

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

Shades of Blue Haze #B2ABD0

Tints of Blue Haze #B2ABD0

Color information

#B2ABD0 (or 0xB2ABD0) is unknown color: approx Blue Haze. HEX triplet: B2, AB and D0. RGB value is (178,171,208). Sum of RGB (Red+Green+Blue) = 178+171+208=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #B2ABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABD0 is #4D542F. Grayscale: #B1B1B1. Windows color (decimal): -5067824 or 13675442. OLE color: 13675442.

HSL color Cylindrical-coordinate representation of color #B2ABD0: hue angle of 251.35º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2ABD0 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178171208-
CMYK0.140.1800.18
HSL251.35º28.24%74.31%-
HSV(B)251.35º17.79%81.57%-
XYZ44.3143.1465.67-
YUV177.31145.32128.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 208 (81.64% from 255) = 37.34%
R=31.96%
G=30.70%
B=37.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781712080.140.1800.18251.3528.2474.31
HexB2ABD0E12012fb1c4a
Octal262253320162202237334112
Binary10110010101010111101000011101001001001011111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABD0; }

 p { color: rgb(178,171,208); }

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

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

 a { background-color: rgb(178,171,208); }

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

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

 span { border-color: rgb(178,171,208); }

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