#b0b8fe

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

Shades of Perano #B0B8FE

Tints of Perano #B0B8FE

Color information

#B0B8FE (or 0xB0B8FE) is unknown color: approx Perano. HEX triplet: B0, B8 and FE. RGB value is (176,184,254). Sum of RGB (Red+Green+Blue) = 176+184+254=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0B8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B8FE is #4F4701. Grayscale: #BDBDBD. Windows color (decimal): -5195522 or 16693424. OLE color: 16693424.

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

Color convert

RGB176184254-
CMYK0.310.2800.00
HSL233.85º97.5%84.31%-
HSV(B)233.85º30.71%99.61%-
XYZ52.9350.67100.76-
YUV189.59164.35118.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.66%
GREEN value IS 184 (72.27% from 255) = 29.97%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=28.66%
G=29.97%
B=41.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761842540.310.2800.00233.8597.584.31
HexB0B8FE1F1C00ea6254
Octal260270376373400352142124
Binary1011000010111000111111101111111100001110101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0b8fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0b8fe; }

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

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

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

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

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

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

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

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