#B0BAF3

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

Shades of Perano #B0BAF3

Tints of Perano #B0BAF3

Color information

#B0BAF3 (or 0xB0BAF3) is unknown color: approx Perano. HEX triplet: B0, BA and F3. RGB value is (176,186,243). Sum of RGB (Red+Green+Blue) = 176+186+243=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0BAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BAF3 is #4F450C. Grayscale: #BDBDBD. Windows color (decimal): -5195021 or 15973040. OLE color: 15973040.

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

Color convert

RGB176186243-
CMYK0.280.2300.05
HSL231.04º73.63%82.16%-
HSV(B)231.04º27.57%95.29%-
XYZ51.6450.8291.88-
YUV189.51158.19118.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 243 (95.31% from 255) = 40.17%
R=29.09%
G=30.74%
B=40.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761862430.280.2300.05231.0473.6382.16
HexB0BAF31C1705e74a52
Octal260272363342705347112122
Binary101100001011101011110011111001011101011110011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAF3; }

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

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

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

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

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

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

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

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