#B3ADC1

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

Shades of Blue Haze #B3ADC1

Tints of Blue Haze #B3ADC1

Color information

#B3ADC1 (or 0xB3ADC1) is unknown color: approx Blue Haze. HEX triplet: B3, AD and C1. RGB value is (179,173,193). Sum of RGB (Red+Green+Blue) = 179+173+193=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADC1 is #4C523E. Grayscale: #B0B0B0. Windows color (decimal): -5001791 or 12692915. OLE color: 12692915.

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

Color convert

RGB179173193-
CMYK0.070.1000.24
HSL258º13.89%71.76%-
HSV(B)258º10.36%75.69%-
XYZ43.1643.3256.54-
YUV177.07136.99129.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=32.84%
G=31.74%
B=35.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791731930.070.1000.2425813.8971.76
HexB3ADC17A018102e48
Octal26325530171203040216110
Binary101100111010110111000001111101001100010000001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADC1; }

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

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

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

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

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

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

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

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