#B0BEFB

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

Shades of Perano #B0BEFB

Tints of Perano #B0BEFB

Color information

#B0BEFB (or 0xB0BEFB) is unknown color: approx Perano. HEX triplet: B0, BE and FB. RGB value is (176,190,251). Sum of RGB (Red+Green+Blue) = 176+190+251=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0BEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BEFB is #4F4104. Grayscale: #C0C0C0. Windows color (decimal): -5193989 or 16498352. OLE color: 16498352.

HSL color Cylindrical-coordinate representation of color #B0BEFB: hue angle of 228.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BEFB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176190251-
CMYK0.300.2400.02
HSL228.8º90.36%83.73%-
HSV(B)228.8º29.88%98.43%-
XYZ53.7353.0298.67-
YUV192.77160.86116.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.53%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=28.53%
G=30.79%
B=40.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761902510.300.2400.02228.890.3683.73
HexB0BEFB1E1802e55a54
Octal260276373363002345132124
Binary10110000101111101111101111110110000101110010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEFB; }

 p { color: rgb(176,190,251); }

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

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

 a { background-color: rgb(176,190,251); }

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

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

 span { border-color: rgb(176,190,251); }

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