#BAE8F4

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

Shades of Onahau #BAE8F4

Tints of Onahau #BAE8F4

Color information

#BAE8F4 (or 0xBAE8F4) is unknown color: approx Onahau. HEX triplet: BA, E8 and F4. RGB value is (186,232,244). Sum of RGB (Red+Green+Blue) = 186+232+244=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAE8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8F4 is #45170B. Grayscale: #DBDBDB. Windows color (decimal): -4527884 or 16050362. OLE color: 16050362.

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

Color convert

RGB186232244-
CMYK0.240.0500.04
HSL192.41º72.5%84.31%-
HSV(B)192.41º23.77%95.69%-
XYZ65.4474.6896.55-
YUV219.61141.76104.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.10%
GREEN value IS 232 (91.02% from 255) = 35.05%
BLUE value IS 244 (95.70% from 255) = 36.86%
R=28.10%
G=35.05%
B=36.86%

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
Decimal1862322440.240.0500.04192.4172.584.31
HexBAE8F418504c04854
Octal27235036430504300110124
Binary1011101011101000111101001100010101001100000010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8F4; }

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

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

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

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

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

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

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

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