#B3BADA

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

Shades of Perano #B3BADA

Tints of Perano #B3BADA

Color information

#B3BADA (or 0xB3BADA) is unknown color: approx Perano. HEX triplet: B3, BA and DA. RGB value is (179,186,218). Sum of RGB (Red+Green+Blue) = 179+186+218=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BADA is #4C4525. Grayscale: #BBBBBB. Windows color (decimal): -4998438 or 14334643. OLE color: 14334643.

HSL color Cylindrical-coordinate representation of color #B3BADA: hue angle of 229.23º degrees, saturation: 0.35, 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 #B3BADA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179186218-
CMYK0.180.1500.15
HSL229.23º34.51%77.84%-
HSV(B)229.23º17.89%85.49%-
XYZ48.849.7673.36-
YUV187.55145.18121.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.70%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=30.70%
G=31.90%
B=37.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791862180.180.1500.15229.2334.5177.84
HexB3BADA12F0Fe5234e
Octal263272332221701734543116
Binary10110011101110101101101010010111101111111001011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BADA; }

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

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

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

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

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

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

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

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