#BAE1F7

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

Shades of Onahau #BAE1F7

Tints of Onahau #BAE1F7

Color information

#BAE1F7 (or 0xBAE1F7) is unknown color: approx Onahau. HEX triplet: BA, E1 and F7. RGB value is (186,225,247). Sum of RGB (Red+Green+Blue) = 186+225+247=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAE1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1F7 is #451E08. Grayscale: #D7D7D7. Windows color (decimal): -4529673 or 16245178. OLE color: 16245178.

HSL color Cylindrical-coordinate representation of color #BAE1F7: hue angle of 201.64º 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 #BAE1F7 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186225247-
CMYK0.250.0900.03
HSL201.64º79.22%84.9%-
HSV(B)201.64º24.7%96.86%-
XYZ63.967198.33-
YUV215.85145.58106.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.27%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=28.27%
G=34.19%
B=37.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862252470.250.0900.03201.6479.2284.9
HexBAE1F719903ca4f55
Octal272341367311103312117125
Binary1011101011100001111101111100110010111100101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1F7; }

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

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

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

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

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

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

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

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