#BAE7F4

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

Shades of Onahau #BAE7F4

Tints of Onahau #BAE7F4

Color information

#BAE7F4 (or 0xBAE7F4) is unknown color: approx Onahau. HEX triplet: BA, E7 and F4. RGB value is (186,231,244). Sum of RGB (Red+Green+Blue) = 186+231+244=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAE7F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7F4 is #45180B. Grayscale: #DADADA. Windows color (decimal): -4528140 or 16050106. OLE color: 16050106.

HSL color Cylindrical-coordinate representation of color #BAE7F4: hue angle of 193.45º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAE7F4 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186231244-
CMYK0.240.0500.04
HSL193.45º72.5%84.31%-
HSV(B)193.45º23.77%95.69%-
XYZ65.1574.1296.46-
YUV219.03142.09104.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 244 (95.70% from 255) = 36.91%
R=28.14%
G=34.95%
B=36.91%

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
Decimal1862312440.240.0500.04193.4572.584.31
HexBAE7F418504c14854
Octal27234736430504301110124
Binary1011101011100111111101001100010101001100000110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7F4; }

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

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

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

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

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

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

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

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