#BAE9F6

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

Shades of Onahau #BAE9F6

Tints of Onahau #BAE9F6

Color information

#BAE9F6 (or 0xBAE9F6) is unknown color: approx Onahau. HEX triplet: BA, E9 and F6. RGB value is (186,233,246). Sum of RGB (Red+Green+Blue) = 186+233+246=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9F6 is #451609. Grayscale: #DCDCDC. Windows color (decimal): -4527626 or 16181690. OLE color: 16181690.

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

Color convert

RGB186233246-
CMYK0.240.0500.04
HSL193º76.92%84.71%-
HSV(B)193º24.39%96.47%-
XYZ66.0275.3798.26-
YUV220.43142.43103.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.97%
GREEN value IS 233 (91.41% from 255) = 35.04%
BLUE value IS 246 (96.48% from 255) = 36.99%
R=27.97%
G=35.04%
B=36.99%

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
Decimal1862332460.240.0500.0419376.9284.71
HexBAE9F618504c14d55
Octal27235136630504301115125
Binary1011101011101001111101101100010101001100000110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9F6; }

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

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

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

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

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

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

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

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