#B3B9DC

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

Shades of Perano #B3B9DC

Tints of Perano #B3B9DC

Color information

#B3B9DC (or 0xB3B9DC) is unknown color: approx Perano. HEX triplet: B3, B9 and DC. RGB value is (179,185,220). Sum of RGB (Red+Green+Blue) = 179+185+220=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B9DC is #4C4623. Grayscale: #BBBBBB. Windows color (decimal): -4998692 or 14465459. OLE color: 14465459.

HSL color Cylindrical-coordinate representation of color #B3B9DC: hue angle of 231.22º 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 #B3B9DC is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179185220-
CMYK0.190.1600.14
HSL231.22º36.94%78.24%-
HSV(B)231.22º18.64%86.27%-
XYZ48.8649.4574.68-
YUV187.2146.51122.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.65%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=30.65%
G=31.68%
B=37.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791852200.190.1600.14231.2236.9478.24
HexB3B9DC13100Ee7254e
Octal263271334232001634745116
Binary101100111011100111011100100111000001110111001111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B9DC; }

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

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

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

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

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

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

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

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