#BAE8F5

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

Shades of Onahau #BAE8F5

Tints of Onahau #BAE8F5

Color information

#BAE8F5 (or 0xBAE8F5) is unknown color: approx Onahau. HEX triplet: BA, E8 and F5. RGB value is (186,232,245). Sum of RGB (Red+Green+Blue) = 186+232+245=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAE8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8F5 is #45170A. Grayscale: #DBDBDB. Windows color (decimal): -4527883 or 16115898. OLE color: 16115898.

HSL color Cylindrical-coordinate representation of color #BAE8F5: hue angle of 193.22º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAE8F5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186232245-
CMYK0.240.0500.04
HSL193.22º74.68%84.51%-
HSV(B)193.22º24.08%96.08%-
XYZ65.5974.7497.36-
YUV219.73142.26103.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.05%
GREEN value IS 232 (91.02% from 255) = 34.99%
BLUE value IS 245 (96.09% from 255) = 36.95%
R=28.05%
G=34.99%
B=36.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862322450.240.0500.04193.2274.6884.51
HexBAE8F518504c14b55
Octal27235036530504301113125
Binary1011101011101000111101011100010101001100000110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8F5; }

 p { color: rgb(186,232,245); }

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

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

 a { background-color: rgb(186,232,245); }

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

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

 span { border-color: rgb(186,232,245); }

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