#BAEEF7

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

Shades of Onahau #BAEEF7

Tints of Onahau #BAEEF7

Color information

#BAEEF7 (or 0xBAEEF7) is unknown color: approx Onahau. HEX triplet: BA, EE and F7. RGB value is (186,238,247). Sum of RGB (Red+Green+Blue) = 186+238+247=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF7 is #451108. Grayscale: #DFDFDF. Windows color (decimal): -4526345 or 16248506. OLE color: 16248506.

HSL color Cylindrical-coordinate representation of color #BAEEF7: hue angle of 188.85º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEEF7 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186238247-
CMYK0.250.0400.03
HSL188.85º79.22%84.9%-
HSV(B)188.85º24.7%96.86%-
XYZ67.6178.399.55-
YUV223.48141.27101.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.72%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 247 (96.88% from 255) = 36.81%
R=27.72%
G=35.47%
B=36.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862382470.250.0400.03188.8579.2284.9
HexBAEEF719403bd4f55
Octal27235636731403275117125
Binary101110101110111011110111110011000111011110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEF7; }

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

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

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

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

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

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

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

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