#B0BAF2

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

Shades of Perano #B0BAF2

Tints of Perano #B0BAF2

Color information

#B0BAF2 (or 0xB0BAF2) is unknown color: approx Perano. HEX triplet: B0, BA and F2. RGB value is (176,186,242). Sum of RGB (Red+Green+Blue) = 176+186+242=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BAF2 is #4F450D. Grayscale: #BDBDBD. Windows color (decimal): -5195022 or 15907504. OLE color: 15907504.

HSL color Cylindrical-coordinate representation of color #B0BAF2: hue angle of 230.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0BAF2 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176186242-
CMYK0.270.2300.05
HSL230.91º71.74%81.96%-
HSV(B)230.91º27.27%94.9%-
XYZ51.4950.7691.09-
YUV189.39157.69118.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=29.14%
G=30.79%
B=40.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761862420.270.2300.05230.9171.7481.96
HexB0BAF21B1705e74852
Octal260272362332705347110122
Binary101100001011101011110010110111011101011110011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAF2; }

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

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

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

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

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

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

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

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