#BAE9F1

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

Shades of Onahau #BAE9F1

Tints of Onahau #BAE9F1

Color information

#BAE9F1 (or 0xBAE9F1) is unknown color: approx Onahau. HEX triplet: BA, E9 and F1. RGB value is (186,233,241). Sum of RGB (Red+Green+Blue) = 186+233+241=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9F1 is #45160E. Grayscale: #DBDBDB. Windows color (decimal): -4527631 or 15854010. OLE color: 15854010.

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

Color convert

RGB186233241-
CMYK0.230.0300.05
HSL188.73º66.27%83.73%-
HSV(B)188.73º22.82%94.51%-
XYZ65.2775.0794.27-
YUV219.86139.93103.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.18%
GREEN value IS 233 (91.41% from 255) = 35.30%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=28.18%
G=35.30%
B=36.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862332410.230.0300.05188.7366.2783.73
HexBAE9F117305bd4254
Octal27235136127305275102124
Binary101110101110100111110001101111101011011110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9F1; }

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

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

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

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

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

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

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

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