#BAEAF6

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

Shades of Onahau #BAEAF6

Tints of Onahau #BAEAF6

Color information

#BAEAF6 (or 0xBAEAF6) is unknown color: approx Onahau. HEX triplet: BA, EA and F6. RGB value is (186,234,246). Sum of RGB (Red+Green+Blue) = 186+234+246=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAF6 is #451509. Grayscale: #DCDCDC. Windows color (decimal): -4527370 or 16181946. OLE color: 16181946.

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

Color convert

RGB186234246-
CMYK0.240.0500.04
HSL192º76.92%84.71%-
HSV(B)192º24.39%96.47%-
XYZ66.3175.9498.35-
YUV221.02142.1103.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 246 (96.48% from 255) = 36.94%
R=27.93%
G=35.14%
B=36.94%

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
Decimal1862342460.240.0500.0419276.9284.71
HexBAEAF618504c04d55
Octal27235236630504300115125
Binary1011101011101010111101101100010101001100000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAF6; }

 p { color: rgb(186,234,246); }

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

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

 a { background-color: rgb(186,234,246); }

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

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

 span { border-color: rgb(186,234,246); }

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