#B2ADC8

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

Shades of Blue Haze #B2ADC8

Tints of Blue Haze #B2ADC8

Color information

#B2ADC8 (or 0xB2ADC8) is unknown color: approx Blue Haze. HEX triplet: B2, AD and C8. RGB value is (178,173,200). Sum of RGB (Red+Green+Blue) = 178+173+200=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #B2ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADC8 is #4D5237. Grayscale: #B1B1B1. Windows color (decimal): -5067320 or 13151666. OLE color: 13151666.

HSL color Cylindrical-coordinate representation of color #B2ADC8: hue angle of 251.11º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2ADC8 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178173200-
CMYK0.110.1400.22
HSL251.11º19.71%73.14%-
HSV(B)251.11º13.5%78.43%-
XYZ43.7343.5260.74-
YUV177.57140.66128.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 200 (78.52% from 255) = 36.30%
R=32.30%
G=31.40%
B=36.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781732000.110.1400.22251.1119.7173.14
HexB2ADC8BE016fb1449
Octal262255310131602637324111
Binary1011001010101101110010001011111001011011111011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADC8; }

 p { color: rgb(178,173,200); }

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

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

 a { background-color: rgb(178,173,200); }

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

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

 span { border-color: rgb(178,173,200); }

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