#B3ADCA

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

Shades of Blue Haze #B3ADCA

Tints of Blue Haze #B3ADCA

Color information

#B3ADCA (or 0xB3ADCA) is unknown color: approx Blue Haze. HEX triplet: B3, AD and CA. RGB value is (179,173,202). Sum of RGB (Red+Green+Blue) = 179+173+202=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADCA is #4C5235. Grayscale: #B1B1B1. Windows color (decimal): -5001782 or 13282739. OLE color: 13282739.

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

Color convert

RGB179173202-
CMYK0.110.1400.21
HSL252.41º21.48%73.53%-
HSV(B)252.41º14.36%79.22%-
XYZ44.1943.7461.99-
YUV178.1141.49128.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=32.31%
G=31.23%
B=36.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791732020.110.1400.21252.4121.4873.53
HexB3ADCABE015fc154a
Octal263255312131602537425112
Binary1011001110101101110010101011111001010111111100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADCA; }

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

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

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

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

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

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

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

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