#B0BADC

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

Shades of Perano #B0BADC

Tints of Perano #B0BADC

Color information

#B0BADC (or 0xB0BADC) is unknown color: approx Perano. HEX triplet: B0, BA and DC. RGB value is (176,186,220). Sum of RGB (Red+Green+Blue) = 176+186+220=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BADC is #4F4523. Grayscale: #BABABA. Windows color (decimal): -5195044 or 14465712. OLE color: 14465712.

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

Color convert

RGB176186220-
CMYK0.20.1500.14
HSL226.36º38.6%77.65%-
HSV(B)226.36º20%86.27%-
XYZ48.3849.5274.72-
YUV186.89146.69120.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.24%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=30.24%
G=31.96%
B=37.80%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761862200.20.1500.14226.3638.677.65
HexB0BADC14F0Ee2274e
Octal260272334241701634247116
Binary10110000101110101101110010100111101110111000101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BADC; }

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

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

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

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

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

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

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

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