#BAE6F1

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

Shades of Onahau #BAE6F1

Tints of Onahau #BAE6F1

Color information

#BAE6F1 (or 0xBAE6F1) is unknown color: approx Onahau. HEX triplet: BA, E6 and F1. RGB value is (186,230,241). Sum of RGB (Red+Green+Blue) = 186+230+241=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6F1 is #45190E. Grayscale: #DADADA. Windows color (decimal): -4528399 or 15853242. OLE color: 15853242.

HSL color Cylindrical-coordinate representation of color #BAE6F1: hue angle of 192º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE6F1 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186230241-
CMYK0.230.0500.05
HSL192º66.27%83.73%-
HSV(B)192º22.82%94.51%-
XYZ64.4273.3893.99-
YUV218.1140.92105.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.31%
GREEN value IS 230 (90.23% from 255) = 35.01%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=28.31%
G=35.01%
B=36.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862302410.230.0500.0519266.2783.73
HexBAE6F117505c04254
Octal27234636127505300102124
Binary1011101011100110111100011011110101011100000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6F1; }

 p { color: rgb(186,230,241); }

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

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

 a { background-color: rgb(186,230,241); }

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

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

 span { border-color: rgb(186,230,241); }

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