#BAE1FB

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

Shades of Onahau #BAE1FB

Tints of Onahau #BAE1FB

Color information

#BAE1FB (or 0xBAE1FB) is unknown color: approx Onahau. HEX triplet: BA, E1 and FB. RGB value is (186,225,251). Sum of RGB (Red+Green+Blue) = 186+225+251=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1FB is #451E04. Grayscale: #D8D8D8. Windows color (decimal): -4529669 or 16507322. OLE color: 16507322.

HSL color Cylindrical-coordinate representation of color #BAE1FB: hue angle of 204º 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 #BAE1FB is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186225251-
CMYK0.260.1000.02
HSL204º89.04%85.69%-
HSV(B)204º25.9%98.43%-
XYZ64.5971.25101.62-
YUV216.3147.58106.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.10%
GREEN value IS 225 (88.28% from 255) = 33.99%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=28.10%
G=33.99%
B=37.92%

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
Decimal1862252510.260.1000.0220489.0485.69
HexBAE1FB1AA02cc5956
Octal272341373321202314131126
Binary1011101011100001111110111101010100101100110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1FB; }

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

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

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

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

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

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

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

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