#B7B3CD

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

Shades of Blue Haze #B7B3CD

Tints of Blue Haze #B7B3CD

Color information

#B7B3CD (or 0xB7B3CD) is unknown color: approx Blue Haze. HEX triplet: B7, B3 and CD. RGB value is (183,179,205). Sum of RGB (Red+Green+Blue) = 183+179+205=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7B3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3CD is #484C32. Grayscale: #B7B7B7. Windows color (decimal): -4738099 or 13480887. OLE color: 13480887.

HSL color Cylindrical-coordinate representation of color #B7B3CD: hue angle of 249.23º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7B3CD is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183179205-
CMYK0.110.1300.20
HSL249.23º20.63%75.29%-
HSV(B)249.23º12.68%80.39%-
XYZ46.6746.7264.31-
YUV183.16140.33127.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.28%
GREEN value IS 179 (70.31% from 255) = 31.57%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=32.28%
G=31.57%
B=36.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831792050.110.1300.20249.2320.6375.29
HexB7B3CDBD014f9154b
Octal267263315131502437125113
Binary1011011110110011110011011011110101010011111001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B3CD; }

 p { color: rgb(183,179,205); }

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

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

 a { background-color: rgb(183,179,205); }

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

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

 span { border-color: rgb(183,179,205); }

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