#BAE1F9

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

Shades of Onahau #BAE1F9

Tints of Onahau #BAE1F9

Color information

#BAE1F9 (or 0xBAE1F9) is unknown color: approx Onahau. HEX triplet: BA, E1 and F9. RGB value is (186,225,249). Sum of RGB (Red+Green+Blue) = 186+225+249=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAE1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1F9 is #451E06. Grayscale: #D7D7D7. Windows color (decimal): -4529671 or 16376250. OLE color: 16376250.

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

Color convert

RGB186225249-
CMYK0.250.1000.02
HSL202.86º84%85.29%-
HSV(B)202.86º25.3%97.65%-
XYZ64.2771.1399.96-
YUV216.08146.58106.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.18%
GREEN value IS 225 (88.28% from 255) = 34.09%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=28.18%
G=34.09%
B=37.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862252490.250.1000.02202.868485.29
HexBAE1F919A02cb5455
Octal272341371311202313124125
Binary1011101011100001111110011100110100101100101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1F9; }

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

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

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

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

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

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

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

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