#B0B1FF

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

Shades of Perano #B0B1FF

Tints of Perano #B0B1FF

Color information

#B0B1FF (or 0xB0B1FF) is unknown color: approx Perano. HEX triplet: B0, B1 and FF. RGB value is (176,177,255). Sum of RGB (Red+Green+Blue) = 176+177+255=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0B1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0B1FF is #4F4E00. Grayscale: #B9B9B9. Windows color (decimal): -5197313 or 16757168. OLE color: 16757168.

HSL color Cylindrical-coordinate representation of color #B0B1FF: hue angle of 239.24º 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 #B0B1FF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176177255-
CMYK0.310.3100
HSL239.24º100%84.51%-
HSV(B)239.24º30.98%100%-
XYZ51.6847.89101.13-
YUV185.59167.17121.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.95%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 255 (100% from 255) = 41.94%
R=28.95%
G=29.11%
B=41.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761772550.310.3100239.2410084.51
HexB0B1FF1F1F00ef6455
Octal260261377373700357144125
Binary1011000010110001111111111111111111001110111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B1FF; }

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

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

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

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

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

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

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

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