#B2C0F2

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

Shades of Perano #B2C0F2

Tints of Perano #B2C0F2

Color information

#B2C0F2 (or 0xB2C0F2) is unknown color: approx Perano. HEX triplet: B2, C0 and F2. RGB value is (178,192,242). Sum of RGB (Red+Green+Blue) = 178+192+242=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #B2C0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C0F2 is #4D3F0D. Grayscale: #C1C1C1. Windows color (decimal): -5062414 or 15909042. OLE color: 15909042.

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

Color convert

RGB178192242-
CMYK0.260.2100.05
HSL226.88º71.11%82.35%-
HSV(B)226.88º26.45%94.9%-
XYZ53.2453.5891.54-
YUV193.51155.36116.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.08%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 242 (94.92% from 255) = 39.54%
R=29.08%
G=31.37%
B=39.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781922420.260.2100.05226.8871.1182.35
HexB2C0F21A1505e34752
Octal262300362322505343107122
Binary101100101100000011110010110101010101011110001110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C0F2; }

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

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

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

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

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

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

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

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