#BAEAF5

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

Shades of Onahau #BAEAF5

Tints of Onahau #BAEAF5

Color information

#BAEAF5 (or 0xBAEAF5) is unknown color: approx Onahau. HEX triplet: BA, EA and F5. RGB value is (186,234,245). Sum of RGB (Red+Green+Blue) = 186+234+245=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 245 (96.09% from 255 or 36.84% from 665); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAF5 is #45150A. Grayscale: #DCDCDC. Windows color (decimal): -4527371 or 16116410. OLE color: 16116410.

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

Color convert

RGB186234245-
CMYK0.240.0400.04
HSL191.19º74.68%84.51%-
HSV(B)191.19º24.08%96.08%-
XYZ66.1575.8897.55-
YUV220.9141.6103.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.97%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 245 (96.09% from 255) = 36.84%
R=27.97%
G=35.19%
B=36.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862342450.240.0400.04191.1974.6884.51
HexBAEAF518404bf4b55
Octal27235236530404277113125
Binary1011101011101010111101011100010001001011111110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAF5; }

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

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

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

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

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

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

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

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