#B0C0F1

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

Shades of Perano #B0C0F1

Tints of Perano #B0C0F1

Color information

#B0C0F1 (or 0xB0C0F1) is unknown color: approx Perano. HEX triplet: B0, C0 and F1. RGB value is (176,192,241). Sum of RGB (Red+Green+Blue) = 176+192+241=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0C0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C0F1 is #4F3F0E. Grayscale: #C0C0C0. Windows color (decimal): -5193487 or 15843504. OLE color: 15843504.

HSL color Cylindrical-coordinate representation of color #B0C0F1: hue angle of 225.23º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C0F1 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176192241-
CMYK0.270.2000.05
HSL225.23º69.89%81.76%-
HSV(B)225.23º26.97%94.51%-
XYZ52.6353.2890.73-
YUV192.8155.2116.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=28.90%
G=31.53%
B=39.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761922410.270.2000.05225.2369.8981.76
HexB0C0F11B1405e14652
Octal260300361332405341106122
Binary101100001100000011110001110111010001011110000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0F1; }

 p { color: rgb(176,192,241); }

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

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

 a { background-color: rgb(176,192,241); }

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

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

 span { border-color: rgb(176,192,241); }

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