#B3B1D0

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

Shades of Blue Haze #B3B1D0

Tints of Blue Haze #B3B1D0

Color information

#B3B1D0 (or 0xB3B1D0) is unknown color: approx Blue Haze. HEX triplet: B3, B1 and D0. RGB value is (179,177,208). Sum of RGB (Red+Green+Blue) = 179+177+208=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3B1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B1D0 is #4C4E2F. Grayscale: #B5B5B5. Windows color (decimal): -5000752 or 13676979. OLE color: 13676979.

HSL color Cylindrical-coordinate representation of color #B3B1D0: hue angle of 243.87º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3B1D0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179177208-
CMYK0.140.1500.18
HSL243.87º24.8%75.49%-
HSV(B)243.87º14.9%81.57%-
XYZ45.745.5866.06-
YUV181.13143.16126.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=31.74%
G=31.38%
B=36.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791772080.140.1500.18243.8724.875.49
HexB3B1D0EF012f4194b
Octal263261320161702236431113
Binary1011001110110001110100001110111101001011110100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B1D0; }

 p { color: rgb(179,177,208); }

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

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

 a { background-color: rgb(179,177,208); }

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

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

 span { border-color: rgb(179,177,208); }

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