#B3BAD9

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

Shades of Perano #B3BAD9

Tints of Perano #B3BAD9

Color information

#B3BAD9 (or 0xB3BAD9) is unknown color: approx Perano. HEX triplet: B3, BA and D9. RGB value is (179,186,217). Sum of RGB (Red+Green+Blue) = 179+186+217=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BAD9 is #4C4526. Grayscale: #BBBBBB. Windows color (decimal): -4998439 or 14269107. OLE color: 14269107.

HSL color Cylindrical-coordinate representation of color #B3BAD9: hue angle of 228.95º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BAD9 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179186217-
CMYK0.180.1400.15
HSL228.95º33.33%77.65%-
HSV(B)228.95º17.51%85.1%-
XYZ48.6749.7172.68-
YUV187.44144.68121.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.76%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 217 (85.16% from 255) = 37.29%
R=30.76%
G=31.96%
B=37.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791862170.180.1400.15228.9533.3377.65
HexB3BAD912E0Fe5214e
Octal263272331221601734541116
Binary10110011101110101101100110010111001111111001011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAD9; }

 p { color: rgb(179,186,217); }

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

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

 a { background-color: rgb(179,186,217); }

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

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

 span { border-color: rgb(179,186,217); }

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