#BAE9F2

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

Shades of Onahau #BAE9F2

Tints of Onahau #BAE9F2

Color information

#BAE9F2 (or 0xBAE9F2) is unknown color: approx Onahau. HEX triplet: BA, E9 and F2. RGB value is (186,233,242). Sum of RGB (Red+Green+Blue) = 186+233+242=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAE9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9F2 is #45160D. Grayscale: #DBDBDB. Windows color (decimal): -4527630 or 15919546. OLE color: 15919546.

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

Color convert

RGB186233242-
CMYK0.230.0400.05
HSL189.64º68.29%83.92%-
HSV(B)189.64º23.14%94.9%-
XYZ65.4275.1395.06-
YUV219.97140.43103.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 233 (91.41% from 255) = 35.25%
BLUE value IS 242 (94.92% from 255) = 36.61%
R=28.14%
G=35.25%
B=36.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862332420.230.0400.05189.6468.2983.92
HexBAE9F217405be4454
Octal27235136227405276104124
Binary1011101011101001111100101011110001011011111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9F2; }

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

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

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

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

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

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

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

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