#BAE7F5

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

Shades of Onahau #BAE7F5

Tints of Onahau #BAE7F5

Color information

#BAE7F5 (or 0xBAE7F5) is unknown color: approx Onahau. HEX triplet: BA, E7 and F5. RGB value is (186,231,245). Sum of RGB (Red+Green+Blue) = 186+231+245=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAE7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7F5 is #45180A. Grayscale: #DBDBDB. Windows color (decimal): -4528139 or 16115642. OLE color: 16115642.

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

Color convert

RGB186231245-
CMYK0.240.0600.04
HSL194.24º74.68%84.51%-
HSV(B)194.24º24.08%96.08%-
XYZ65.3174.1897.26-
YUV219.14142.59104.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.10%
GREEN value IS 231 (90.62% from 255) = 34.89%
BLUE value IS 245 (96.09% from 255) = 37.01%
R=28.10%
G=34.89%
B=37.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862312450.240.0600.04194.2474.6884.51
HexBAE7F518604c24b55
Octal27234736530604302113125
Binary1011101011100111111101011100011001001100001010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7F5; }

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

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

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

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

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

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

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

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