#B2ADC0

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

Shades of Blue Haze #B2ADC0

Tints of Blue Haze #B2ADC0

Color information

#B2ADC0 (or 0xB2ADC0) is unknown color: approx Blue Haze. HEX triplet: B2, AD and C0. RGB value is (178,173,192). Sum of RGB (Red+Green+Blue) = 178+173+192=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADC0 is #4D523F. Grayscale: #B0B0B0. Windows color (decimal): -5067328 or 12627378. OLE color: 12627378.

HSL color Cylindrical-coordinate representation of color #B2ADC0: hue angle of 255.79º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2ADC0 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178173192-
CMYK0.070.1000.25
HSL255.79º13.1%71.57%-
HSV(B)255.79º9.9%75.29%-
XYZ42.8243.1655.94-
YUV176.66136.66128.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=32.78%
G=31.86%
B=35.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781731920.070.1000.25255.7913.171.57
HexB2ADC07A019100d48
Octal26225530071203140015110
Binary101100101010110111000000111101001100110000000011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADC0; }

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

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

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

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

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

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

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

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