#bae9f5

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

Shades of Onahau #BAE9F5

Tints of Onahau #BAE9F5

Color information

#BAE9F5 (or 0xBAE9F5) is unknown color: approx Onahau. HEX triplet: BA, E9 and F5. RGB value is (186,233,245). Sum of RGB (Red+Green+Blue) = 186+233+245=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAE9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9F5 is #45160A. Grayscale: #DCDCDC. Windows color (decimal): -4527627 or 16116154. OLE color: 16116154.

HSL color Cylindrical-coordinate representation of color #BAE9F5: hue angle of 192.2º 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 #BAE9F5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186233245-
CMYK0.240.0500.04
HSL192.2º74.68%84.51%-
HSV(B)192.2º24.08%96.08%-
XYZ65.8775.3197.45-
YUV220.32141.93103.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 233 (91.41% from 255) = 35.09%
BLUE value IS 245 (96.09% from 255) = 36.90%
R=28.01%
G=35.09%
B=36.90%

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
Decimal1862332450.240.0500.04192.274.6884.51
HexBAE9F518504c04b55
Octal27235136530504300113125
Binary1011101011101001111101011100010101001100000010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bae9f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bae9f5; }

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

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

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

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

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

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

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

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