#BAEEF5

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

Shades of Onahau #BAEEF5

Tints of Onahau #BAEEF5

Color information

#BAEEF5 (or 0xBAEEF5) is unknown color: approx Onahau. HEX triplet: BA, EE and F5. RGB value is (186,238,245). Sum of RGB (Red+Green+Blue) = 186+238+245=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF5 is #45110A. Grayscale: #DFDFDF. Windows color (decimal): -4526347 or 16117434. OLE color: 16117434.

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

Color convert

RGB186238245-
CMYK0.240.0300.04
HSL187.12º74.68%84.51%-
HSV(B)187.12º24.08%96.08%-
XYZ67.3178.1897.93-
YUV223.25140.27101.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.80%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 245 (96.09% from 255) = 36.62%
R=27.80%
G=35.58%
B=36.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862382450.240.0300.04187.1274.6884.51
HexBAEEF518304bb4b55
Octal27235636530304273113125
Binary101110101110111011110101110001101001011101110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEF5; }

 p { color: rgb(186,238,245); }

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

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

 a { background-color: rgb(186,238,245); }

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

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

 span { border-color: rgb(186,238,245); }

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