#B7B4C1

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

Shades of Blue Haze #B7B4C1

Tints of Blue Haze #B7B4C1

Color information

#B7B4C1 (or 0xB7B4C1) is unknown color: approx Blue Haze. HEX triplet: B7, B4 and C1. RGB value is (183,180,193). Sum of RGB (Red+Green+Blue) = 183+180+193=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B4C1 is #484B3E. Grayscale: #B6B6B6. Windows color (decimal): -4737855 or 12694711. OLE color: 12694711.

HSL color Cylindrical-coordinate representation of color #B7B4C1: hue angle of 253.85º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7B4C1 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183180193-
CMYK0.050.0700.24
HSL253.85º9.49%73.14%-
HSV(B)253.85º6.74%75.69%-
XYZ45.4846.5657.04-
YUV182.38133.99128.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=32.91%
G=32.37%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831801930.050.0700.24253.859.4973.14
HexB7B4C157018fe949
Octal2672643015703037611111
Binary1011011110110100110000011011110110001111111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B4C1; }

 p { color: rgb(183,180,193); }

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

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

 a { background-color: rgb(183,180,193); }

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

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

 span { border-color: rgb(183,180,193); }

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