#B0B1F8

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

Shades of Perano #B0B1F8

Tints of Perano #B0B1F8

Color information

#B0B1F8 (or 0xB0B1F8) is unknown color: approx Perano. HEX triplet: B0, B1 and F8. RGB value is (176,177,248). Sum of RGB (Red+Green+Blue) = 176+177+248=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #B0B1F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0B1F8 is #4F4E07. Grayscale: #B8B8B8. Windows color (decimal): -5197320 or 16298416. OLE color: 16298416.

HSL color Cylindrical-coordinate representation of color #B0B1F8: hue angle of 239.17º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0B1F8 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB176177248-
CMYK0.290.2900.03
HSL239.17º83.72%83.14%-
HSV(B)239.17º29.03%97.25%-
XYZ50.5747.4595.3-
YUV184.8163.67121.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.28%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 248 (97.27% from 255) = 41.26%
R=29.28%
G=29.45%
B=41.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1761772480.290.2900.03239.1783.7283.14
HexB0B1F81D1D03ef5453
Octal260261370353503357124123
Binary10110000101100011111100011101111010111110111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B1F8; }

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

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

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

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

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

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

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

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