#B0BADF

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

Shades of Perano #B0BADF

Tints of Perano #B0BADF

Color information

#B0BADF (or 0xB0BADF) is unknown color: approx Perano. HEX triplet: B0, BA and DF. RGB value is (176,186,223). Sum of RGB (Red+Green+Blue) = 176+186+223=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BADF is #4F4520. Grayscale: #BBBBBB. Windows color (decimal): -5195041 or 14662320. OLE color: 14662320.

HSL color Cylindrical-coordinate representation of color #B0BADF: hue angle of 227.23º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0BADF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176186223-
CMYK0.210.1700.13
HSL227.23º42.34%78.24%-
HSV(B)227.23º21.08%87.45%-
XYZ48.7849.6876.83-
YUV187.23148.19119.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=30.09%
G=31.79%
B=38.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761862230.210.1700.13227.2342.3478.24
HexB0BADF15110De32a4e
Octal260272337252101534352116
Binary101100001011101011011111101011000101101111000111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BADF; }

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

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

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

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

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

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

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

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