#BAE0F7

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

Shades of Onahau #BAE0F7

Tints of Onahau #BAE0F7

Color information

#BAE0F7 (or 0xBAE0F7) is unknown color: approx Onahau. HEX triplet: BA, E0 and F7. RGB value is (186,224,247). Sum of RGB (Red+Green+Blue) = 186+224+247=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAE0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0F7 is #451F08. Grayscale: #D7D7D7. Windows color (decimal): -4529929 or 16244922. OLE color: 16244922.

HSL color Cylindrical-coordinate representation of color #BAE0F7: hue angle of 202.62º 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 #BAE0F7 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186224247-
CMYK0.250.0900.03
HSL202.62º79.22%84.9%-
HSV(B)202.62º24.7%96.86%-
XYZ63.6970.4798.24-
YUV215.26145.91107.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.31%
GREEN value IS 224 (87.89% from 255) = 34.09%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=28.31%
G=34.09%
B=37.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862242470.250.0900.03202.6279.2284.9
HexBAE0F719903cb4f55
Octal272340367311103313117125
Binary1011101011100000111101111100110010111100101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0F7; }

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

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

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

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

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

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

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

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