#B3BADF

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

Shades of Perano #B3BADF

Tints of Perano #B3BADF

Color information

#B3BADF (or 0xB3BADF) is unknown color: approx Perano. HEX triplet: B3, BA and DF. RGB value is (179,186,223). Sum of RGB (Red+Green+Blue) = 179+186+223=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BADF is #4C4520. Grayscale: #BBBBBB. Windows color (decimal): -4998433 or 14662323. OLE color: 14662323.

HSL color Cylindrical-coordinate representation of color #B3BADF: hue angle of 230.45º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3BADF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179186223-
CMYK0.200.1700.13
HSL230.45º40.74%78.82%-
HSV(B)230.45º19.73%87.45%-
XYZ49.4750.0376.86-
YUV188.12147.68121.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.44%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=30.44%
G=31.63%
B=37.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791862230.200.1700.13230.4540.7478.82
HexB3BADF14110De6294f
Octal263272337242101534651117
Binary101100111011101011011111101001000101101111001101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BADF; }

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

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

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

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

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

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

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

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