#B3B7DC

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

Shades of Perano #B3B7DC

Tints of Perano #B3B7DC

Color information

#B3B7DC (or 0xB3B7DC) is unknown color: approx Perano. HEX triplet: B3, B7 and DC. RGB value is (179,183,220). Sum of RGB (Red+Green+Blue) = 179+183+220=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B7DC is #4C4823. Grayscale: #B9B9B9. Windows color (decimal): -4999204 or 14464947. OLE color: 14464947.

HSL color Cylindrical-coordinate representation of color #B3B7DC: hue angle of 234.15º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3B7DC is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179183220-
CMYK0.190.1700.14
HSL234.15º36.94%78.24%-
HSV(B)234.15º18.64%86.27%-
XYZ48.4448.6274.54-
YUV186.02147.17122.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.76%
GREEN value IS 183 (71.88% from 255) = 31.44%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=30.76%
G=31.44%
B=37.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791832200.190.1700.14234.1536.9478.24
HexB3B7DC13110Eea254e
Octal263267334232101635245116
Binary101100111011011111011100100111000101110111010101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B7DC; }

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

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

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

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

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

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

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

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