#BAE5F1

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

Shades of Onahau #BAE5F1

Tints of Onahau #BAE5F1

Color information

#BAE5F1 (or 0xBAE5F1) is unknown color: approx Onahau. HEX triplet: BA, E5 and F1. RGB value is (186,229,241). Sum of RGB (Red+Green+Blue) = 186+229+241=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAE5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5F1 is #451A0E. Grayscale: #D9D9D9. Windows color (decimal): -4528655 or 15852986. OLE color: 15852986.

HSL color Cylindrical-coordinate representation of color #BAE5F1: hue angle of 193.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE5F1 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186229241-
CMYK0.230.0500.05
HSL193.09º66.27%83.73%-
HSV(B)193.09º22.82%94.51%-
XYZ64.1572.8393.9-
YUV217.51141.25105.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 229 (89.84% from 255) = 34.91%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=28.35%
G=34.91%
B=36.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862292410.230.0500.05193.0966.2783.73
HexBAE5F117505c14254
Octal27234536127505301102124
Binary1011101011100101111100011011110101011100000110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5F1; }

 p { color: rgb(186,229,241); }

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

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

 a { background-color: rgb(186,229,241); }

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

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

 span { border-color: rgb(186,229,241); }

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