#B3B0D0

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

Shades of Blue Haze #B3B0D0

Tints of Blue Haze #B3B0D0

Color information

#B3B0D0 (or 0xB3B0D0) is unknown color: approx Blue Haze. HEX triplet: B3, B0 and D0. RGB value is (179,176,208). Sum of RGB (Red+Green+Blue) = 179+176+208=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3B0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0D0 is #4C4F2F. Grayscale: #B4B4B4. Windows color (decimal): -5001008 or 13676723. OLE color: 13676723.

HSL color Cylindrical-coordinate representation of color #B3B0D0: hue angle of 245.62º 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 #B3B0D0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179176208-
CMYK0.140.1500.18
HSL245.62º25.4%75.29%-
HSV(B)245.62º15.38%81.57%-
XYZ45.545.1966-
YUV180.54143.49126.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.79%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=31.79%
G=31.26%
B=36.94%

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
Decimal1791762080.140.1500.18245.6225.475.29
HexB3B0D0EF012f6194b
Octal263260320161702236631113
Binary1011001110110000110100001110111101001011110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0D0; }

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

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

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

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

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

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

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

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