#B0BAF5

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

Shades of Perano #B0BAF5

Tints of Perano #B0BAF5

Color information

#B0BAF5 (or 0xB0BAF5) is unknown color: approx Perano. HEX triplet: B0, BA and F5. RGB value is (176,186,245). Sum of RGB (Red+Green+Blue) = 176+186+245=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #B0BAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BAF5 is #4F450A. Grayscale: #BDBDBD. Windows color (decimal): -5195019 or 16104112. OLE color: 16104112.

HSL color Cylindrical-coordinate representation of color #B0BAF5: hue angle of 231.3º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0BAF5 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176186245-
CMYK0.280.2400.04
HSL231.3º77.53%82.55%-
HSV(B)231.3º28.16%96.08%-
XYZ51.9450.9493.48-
YUV189.74159.19118.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=29.00%
G=30.64%
B=40.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761862450.280.2400.04231.377.5382.55
HexB0BAF51C1804e74e53
Octal260272365343004347116123
Binary101100001011101011110101111001100001001110011110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAF5; }

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

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

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

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

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

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

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

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