#BAE4F7

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

Shades of Onahau #BAE4F7

Tints of Onahau #BAE4F7

Color information

#BAE4F7 (or 0xBAE4F7) is unknown color: approx Onahau. HEX triplet: BA, E4 and F7. RGB value is (186,228,247). Sum of RGB (Red+Green+Blue) = 186+228+247=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAE4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE4F7 is #451B08. Grayscale: #D9D9D9. Windows color (decimal): -4528905 or 16245946. OLE color: 16245946.

HSL color Cylindrical-coordinate representation of color #BAE4F7: hue angle of 198.69º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE4F7 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186228247-
CMYK0.250.0800.03
HSL198.69º79.22%84.9%-
HSV(B)198.69º24.7%96.86%-
XYZ64.7872.6498.6-
YUV217.61144.59105.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 228 (89.45% from 255) = 34.49%
BLUE value IS 247 (96.88% from 255) = 37.37%
R=28.14%
G=34.49%
B=37.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862282470.250.0800.03198.6979.2284.9
HexBAE4F719803c74f55
Octal272344367311003307117125
Binary1011101011100100111101111100110000111100011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4F7; }

 p { color: rgb(186,228,247); }

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

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

 a { background-color: rgb(186,228,247); }

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

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

 span { border-color: rgb(186,228,247); }

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