#B2ADBE

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

Shades of Blue Haze #B2ADBE

Tints of Blue Haze #B2ADBE

Color information

#B2ADBE (or 0xB2ADBE) is unknown color: approx Blue Haze. HEX triplet: B2, AD and BE. RGB value is (178,173,190). Sum of RGB (Red+Green+Blue) = 178+173+190=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADBE is #4D5241. Grayscale: #B0B0B0. Windows color (decimal): -5067330 or 12496306. OLE color: 12496306.

HSL color Cylindrical-coordinate representation of color #B2ADBE: hue angle of 257.65º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2ADBE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178173190-
CMYK0.060.0900.25
HSL257.65º11.56%71.18%-
HSV(B)257.65º8.95%74.51%-
XYZ42.643.0754.78-
YUV176.43135.66129.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=32.90%
G=31.98%
B=35.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781731900.060.0900.25257.6511.5671.18
HexB2ADBE69019102c47
Octal26225527661103140214107
Binary101100101010110110111110110100101100110000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADBE; }

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

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

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

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

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

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

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

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