#B7B0D1

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

Shades of Blue Haze #B7B0D1

Tints of Blue Haze #B7B0D1

Color information

#B7B0D1 (or 0xB7B0D1) is unknown color: approx Blue Haze. HEX triplet: B7, B0 and D1. RGB value is (183,176,209). Sum of RGB (Red+Green+Blue) = 183+176+209=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #B7B0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0D1 is #484F2E. Grayscale: #B5B5B5. Windows color (decimal): -4738863 or 13742263. OLE color: 13742263.

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

Color convert

RGB183176209-
CMYK0.120.1600.18
HSL252.73º26.4%75.49%-
HSV(B)252.73º15.79%81.96%-
XYZ46.5645.7266.69-
YUV181.86143.32128.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.22%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=32.22%
G=30.99%
B=36.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831762090.120.1600.18252.7326.475.49
HexB7B0D1C10012fd1a4b
Octal267260321142002237532113
Binary10110111101100001101000111001000001001011111101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B0D1; }

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

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

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

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

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

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

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

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