#B0B3FE

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

Shades of Perano #B0B3FE

Tints of Perano #B0B3FE

Color information

#B0B3FE (or 0xB0B3FE) is unknown color: approx Perano. HEX triplet: B0, B3 and FE. RGB value is (176,179,254). Sum of RGB (Red+Green+Blue) = 176+179+254=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B3FE is #4F4C01. Grayscale: #BABABA. Windows color (decimal): -5196802 or 16692144. OLE color: 16692144.

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

Color convert

RGB176179254-
CMYK0.310.3000.00
HSL237.69º97.5%84.31%-
HSV(B)237.69º30.71%99.61%-
XYZ51.9148.63100.42-
YUV186.65166.01120.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 179 (70.31% from 255) = 29.39%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=28.90%
G=29.39%
B=41.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761792540.310.3000.00237.6997.584.31
HexB0B3FE1F1E00ee6254
Octal260263376373600356142124
Binary1011000010110011111111101111111110001110111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B3FE; }

 p { color: rgb(176,179,254); }

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

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

 a { background-color: rgb(176,179,254); }

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

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

 span { border-color: rgb(176,179,254); }

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