#B0B8FA

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

Shades of Perano #B0B8FA

Tints of Perano #B0B8FA

Color information

#B0B8FA (or 0xB0B8FA) is unknown color: approx Perano. HEX triplet: B0, B8 and FA. RGB value is (176,184,250). Sum of RGB (Red+Green+Blue) = 176+184+250=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0B8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B8FA is #4F4705. Grayscale: #BCBCBC. Windows color (decimal): -5195526 or 16431280. OLE color: 16431280.

HSL color Cylindrical-coordinate representation of color #B0B8FA: hue angle of 233.51º degrees, saturation: 0.88, 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 #B0B8FA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176184250-
CMYK0.300.2600.02
HSL233.51º88.1%83.53%-
HSV(B)233.51º29.6%98.04%-
XYZ52.350.4197.42-
YUV189.13162.35118.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.85%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=28.85%
G=30.16%
B=40.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761842500.300.2600.02233.5188.183.53
HexB0B8FA1E1A02ea5854
Octal260270372363202352130124
Binary10110000101110001111101011110110100101110101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B8FA; }

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

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

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

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

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

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

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

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