#B3BADC

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

Shades of Perano #B3BADC

Tints of Perano #B3BADC

Color information

#B3BADC (or 0xB3BADC) is unknown color: approx Perano. HEX triplet: B3, BA and DC. RGB value is (179,186,220). Sum of RGB (Red+Green+Blue) = 179+186+220=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BADC is #4C4523. Grayscale: #BBBBBB. Windows color (decimal): -4998436 or 14465715. OLE color: 14465715.

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

Color convert

RGB179186220-
CMYK0.190.1500.14
HSL229.76º36.94%78.24%-
HSV(B)229.76º18.64%86.27%-
XYZ49.0749.8774.75-
YUV187.78146.18121.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.60%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=30.60%
G=31.79%
B=37.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791862200.190.1500.14229.7636.9478.24
HexB3BADC13F0Ee6254e
Octal263272334231701634645116
Binary10110011101110101101110010011111101110111001101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BADC; }

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

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

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

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

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

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

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

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