#B0BAFF

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

Shades of Perano #B0BAFF

Tints of Perano #B0BAFF

Color information

#B0BAFF (or 0xB0BAFF) is unknown color: approx Perano. HEX triplet: B0, BA and FF. RGB value is (176,186,255). Sum of RGB (Red+Green+Blue) = 176+186+255=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BAFF is #4F4500. Grayscale: #BEBEBE. Windows color (decimal): -5195009 or 16759472. OLE color: 16759472.

HSL color Cylindrical-coordinate representation of color #B0BAFF: hue angle of 232.41º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0BAFF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176186255-
CMYK0.310.2700
HSL232.41º100%84.51%-
HSV(B)232.41º30.98%100%-
XYZ53.5151.57101.74-
YUV190.88164.19117.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.53%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 255 (100% from 255) = 41.33%
R=28.53%
G=30.15%
B=41.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761862550.310.2700232.4110084.51
HexB0BAFF1F1B00e86455
Octal260272377373300350144125
Binary1011000010111010111111111111111011001110100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAFF; }

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

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

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

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

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

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

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

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