#B7B0D6

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

Shades of Blue Haze #B7B0D6

Tints of Blue Haze #B7B0D6

Color information

#B7B0D6 (or 0xB7B0D6) is unknown color: approx Blue Haze. HEX triplet: B7, B0 and D6. RGB value is (183,176,214). Sum of RGB (Red+Green+Blue) = 183+176+214=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #B7B0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0D6 is #484F29. Grayscale: #B6B6B6. Windows color (decimal): -4738858 or 14069943. OLE color: 14069943.

HSL color Cylindrical-coordinate representation of color #B7B0D6: hue angle of 251.05º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7B0D6 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183176214-
CMYK0.140.1800.16
HSL251.05º31.67%76.47%-
HSV(B)251.05º17.76%83.92%-
XYZ47.1945.9770-
YUV182.42145.82128.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=31.94%
G=30.72%
B=37.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831762140.140.1800.16251.0531.6776.47
HexB7B0D6E12010fb204c
Octal267260326162202037340114
Binary101101111011000011010110111010010010000111110111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B0D6; }

 p { color: rgb(183,176,214); }

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

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

 a { background-color: rgb(183,176,214); }

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

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

 span { border-color: rgb(183,176,214); }

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