#B3ABCD

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

Shades of Blue Haze #B3ABCD

Tints of Blue Haze #B3ABCD

Color information

#B3ABCD (or 0xB3ABCD) is unknown color: approx Blue Haze. HEX triplet: B3, AB and CD. RGB value is (179,171,205). Sum of RGB (Red+Green+Blue) = 179+171+205=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABCD is #4C5432. Grayscale: #B1B1B1. Windows color (decimal): -5002291 or 13478835. OLE color: 13478835.

HSL color Cylindrical-coordinate representation of color #B3ABCD: hue angle of 254.12º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3ABCD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179171205-
CMYK0.130.1700.20
HSL254.12º25.37%73.73%-
HSV(B)254.12º16.59%80.39%-
XYZ44.1743.1263.75-
YUV177.27143.65129.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=32.25%
G=30.81%
B=36.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791712050.130.1700.20254.1225.3773.73
HexB3ABCDD11014fe194a
Octal263253315152102437631112
Binary10110011101010111100110111011000101010011111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABCD; }

 p { color: rgb(179,171,205); }

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

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

 a { background-color: rgb(179,171,205); }

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

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

 span { border-color: rgb(179,171,205); }

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