#B3B0C4

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

Shades of Blue Haze #B3B0C4

Tints of Blue Haze #B3B0C4

Color information

#B3B0C4 (or 0xB3B0C4) is unknown color: approx Blue Haze. HEX triplet: B3, B0 and C4. RGB value is (179,176,196). Sum of RGB (Red+Green+Blue) = 179+176+196=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 196 - color contains mainly: blue. Hex color #B3B0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0C4 is #4C4F3B. Grayscale: #B3B3B3. Windows color (decimal): -5001020 or 12890291. OLE color: 12890291.

HSL color Cylindrical-coordinate representation of color #B3B0C4: hue angle of 249º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3B0C4 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179176196-
CMYK0.090.1000.23
HSL249º14.49%72.94%-
HSV(B)249º10.2%76.86%-
XYZ44.0844.6258.51-
YUV179.18137.49127.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 196 (76.95% from 255) = 35.57%
R=32.49%
G=31.94%
B=35.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791761960.090.1000.2324914.4972.94
HexB3B0C49A017f9e49
Octal263260304111202737116111
Binary101100111011000011000100100110100101111111100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0C4; }

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

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

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

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

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

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

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

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