#BAE2FB

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

Shades of Onahau #BAE2FB

Tints of Onahau #BAE2FB

Color information

#BAE2FB (or 0xBAE2FB) is unknown color: approx Onahau. HEX triplet: BA, E2 and FB. RGB value is (186,226,251). Sum of RGB (Red+Green+Blue) = 186+226+251=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2FB is #451D04. Grayscale: #D8D8D8. Windows color (decimal): -4529413 or 16507578. OLE color: 16507578.

HSL color Cylindrical-coordinate representation of color #BAE2FB: hue angle of 203.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE2FB is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186226251-
CMYK0.260.1000.02
HSL203.08º89.04%85.69%-
HSV(B)203.08º25.9%98.43%-
XYZ64.8671.8101.71-
YUV216.89147.25105.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.05%
GREEN value IS 226 (88.67% from 255) = 34.09%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=28.05%
G=34.09%
B=37.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862262510.260.1000.02203.0889.0485.69
HexBAE2FB1AA02cb5956
Octal272342373321202313131126
Binary1011101011100010111110111101010100101100101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2FB; }

 p { color: rgb(186,226,251); }

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

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

 a { background-color: rgb(186,226,251); }

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

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

 span { border-color: rgb(186,226,251); }

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