#B3ADC4

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

Shades of Blue Haze #B3ADC4

Tints of Blue Haze #B3ADC4

Color information

#B3ADC4 (or 0xB3ADC4) is unknown color: approx Blue Haze. HEX triplet: B3, AD and C4. RGB value is (179,173,196). Sum of RGB (Red+Green+Blue) = 179+173+196=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 196 - color contains mainly: blue. Hex color #B3ADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADC4 is #4C523B. Grayscale: #B1B1B1. Windows color (decimal): -5001788 or 12889523. OLE color: 12889523.

HSL color Cylindrical-coordinate representation of color #B3ADC4: hue angle of 255.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3ADC4 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179173196-
CMYK0.090.1200.23
HSL255.65º16.31%72.35%-
HSV(B)255.65º11.73%76.86%-
XYZ43.543.4658.32-
YUV177.42138.49129.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=32.66%
G=31.57%
B=35.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791731960.090.1200.23255.6516.3172.35
HexB3ADC49C0171001048
Octal263255304111402740020110
Binary10110011101011011100010010011100010111100000000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADC4; }

 p { color: rgb(179,173,196); }

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

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

 a { background-color: rgb(179,173,196); }

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

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

 span { border-color: rgb(179,173,196); }

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