#B7B3CA

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

Shades of Blue Haze #B7B3CA

Tints of Blue Haze #B7B3CA

Color information

#B7B3CA (or 0xB7B3CA) is unknown color: approx Blue Haze. HEX triplet: B7, B3 and CA. RGB value is (183,179,202). Sum of RGB (Red+Green+Blue) = 183+179+202=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3CA is #484C35. Grayscale: #B6B6B6. Windows color (decimal): -4738102 or 13284279. OLE color: 13284279.

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

Color convert

RGB183179202-
CMYK0.090.1100.21
HSL250.43º17.83%74.71%-
HSV(B)250.43º11.39%79.22%-
XYZ46.3146.5762.43-
YUV182.82138.83128.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.45%
GREEN value IS 179 (70.31% from 255) = 31.74%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=32.45%
G=31.74%
B=35.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831792020.090.1100.21250.4317.8374.71
HexB7B3CA9B015fa124b
Octal267263312111302537222113
Binary1011011110110011110010101001101101010111111010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B3CA; }

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

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

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

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

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

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

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

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