#BAEFF5

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

Shades of Onahau #BAEFF5

Tints of Onahau #BAEFF5

Color information

#BAEFF5 (or 0xBAEFF5) is unknown color: approx Onahau. HEX triplet: BA, EF and F5. RGB value is (186,239,245). Sum of RGB (Red+Green+Blue) = 186+239+245=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFF5 is #45100A. Grayscale: #DFDFDF. Windows color (decimal): -4526091 or 16117690. OLE color: 16117690.

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

Color convert

RGB186239245-
CMYK0.240.0200.04
HSL186.1º74.68%84.51%-
HSV(B)186.1º24.08%96.08%-
XYZ67.678.7698.03-
YUV223.84139.94101.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.76%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=27.76%
G=35.67%
B=36.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862392450.240.0200.04186.174.6884.51
HexBAEFF518204ba4b55
Octal27235736530204272113125
Binary101110101110111111110101110001001001011101010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFF5; }

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

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

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

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

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

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

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

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