#B0C0F2

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

Shades of Perano #B0C0F2

Tints of Perano #B0C0F2

Color information

#B0C0F2 (or 0xB0C0F2) is unknown color: approx Perano. HEX triplet: B0, C0 and F2. RGB value is (176,192,242). Sum of RGB (Red+Green+Blue) = 176+192+242=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0C0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C0F2 is #4F3F0D. Grayscale: #C0C0C0. Windows color (decimal): -5193486 or 15909040. OLE color: 15909040.

HSL color Cylindrical-coordinate representation of color #B0C0F2: hue angle of 225.45º degrees, saturation: 0.72, 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 #B0C0F2 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176192242-
CMYK0.270.2100.05
HSL225.45º71.74%81.96%-
HSV(B)225.45º27.27%94.9%-
XYZ52.7853.3491.52-
YUV192.92155.7115.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.85%
GREEN value IS 192 (75.39% from 255) = 31.48%
BLUE value IS 242 (94.92% from 255) = 39.67%
R=28.85%
G=31.48%
B=39.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761922420.270.2100.05225.4571.7481.96
HexB0C0F21B1505e14852
Octal260300362332505341110122
Binary101100001100000011110010110111010101011110000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0F2; }

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

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

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

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

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

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

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

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