#B2BAF0

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

Shades of Perano #B2BAF0

Tints of Perano #B2BAF0

Color information

#B2BAF0 (or 0xB2BAF0) is unknown color: approx Perano. HEX triplet: B2, BA and F0. RGB value is (178,186,240). Sum of RGB (Red+Green+Blue) = 178+186+240=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #B2BAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BAF0 is #4D450F. Grayscale: #BDBDBD. Windows color (decimal): -5063952 or 15776434. OLE color: 15776434.

HSL color Cylindrical-coordinate representation of color #B2BAF0: hue angle of 232.26º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2BAF0 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178186240-
CMYK0.260.2200.06
HSL232.26º67.39%81.96%-
HSV(B)232.26º25.83%94.12%-
XYZ51.6550.8789.54-
YUV189.76156.35119.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.47%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=29.47%
G=30.79%
B=39.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781862400.260.2200.06232.2667.3981.96
HexB2BAF01A1606e84352
Octal262272360322606350103122
Binary101100101011101011110000110101011001101110100010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAF0; }

 p { color: rgb(178,186,240); }

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

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

 a { background-color: rgb(178,186,240); }

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

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

 span { border-color: rgb(178,186,240); }

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