#B0BAEA

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

Shades of Perano #B0BAEA

Tints of Perano #B0BAEA

Color information

#B0BAEA (or 0xB0BAEA) is unknown color: approx Perano. HEX triplet: B0, BA and EA. RGB value is (176,186,234). Sum of RGB (Red+Green+Blue) = 176+186+234=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BAEA is #4F4515. Grayscale: #BCBCBC. Windows color (decimal): -5195030 or 15383216. OLE color: 15383216.

HSL color Cylindrical-coordinate representation of color #B0BAEA: hue angle of 229.66º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0BAEA is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176186234-
CMYK0.250.2100.08
HSL229.66º58%80.39%-
HSV(B)229.66º24.79%91.76%-
XYZ50.3150.2984.9-
YUV188.48153.69119.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=29.53%
G=31.21%
B=39.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761862340.250.2100.08229.665880.39
HexB0BAEA191508e63a50
Octal260272352312501034672120
Binary101100001011101011101010110011010101000111001101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAEA; }

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

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

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

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

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

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

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

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