#BAEAF9

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

Shades of Onahau #BAEAF9

Tints of Onahau #BAEAF9

Color information

#BAEAF9 (or 0xBAEAF9) is unknown color: approx Onahau. HEX triplet: BA, EA and F9. RGB value is (186,234,249). Sum of RGB (Red+Green+Blue) = 186+234+249=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAF9 is #451506. Grayscale: #DDDDDD. Windows color (decimal): -4527367 or 16378554. OLE color: 16378554.

HSL color Cylindrical-coordinate representation of color #BAEAF9: hue angle of 194.29º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEAF9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186234249-
CMYK0.250.0600.02
HSL194.29º84%85.29%-
HSV(B)194.29º25.3%97.65%-
XYZ66.7776.12100.8-
YUV221.36143.6102.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.80%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 249 (97.66% from 255) = 37.22%
R=27.80%
G=34.98%
B=37.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862342490.250.0600.02194.298485.29
HexBAEAF919602c25455
Octal27235237131602302124125
Binary101110101110101011111001110011100101100001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAF9; }

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

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

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

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

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

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

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

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