#BAE6F3

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

Shades of Onahau #BAE6F3

Tints of Onahau #BAE6F3

Color information

#BAE6F3 (or 0xBAE6F3) is unknown color: approx Onahau. HEX triplet: BA, E6 and F3. RGB value is (186,230,243). Sum of RGB (Red+Green+Blue) = 186+230+243=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAE6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6F3 is #45190C. Grayscale: #DADADA. Windows color (decimal): -4528397 or 15984314. OLE color: 15984314.

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

Color convert

RGB186230243-
CMYK0.230.0500.05
HSL193.68º70.37%84.12%-
HSV(B)193.68º23.46%95.29%-
XYZ64.7273.595.57-
YUV218.33141.92104.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.22%
GREEN value IS 230 (90.23% from 255) = 34.90%
BLUE value IS 243 (95.31% from 255) = 36.87%
R=28.22%
G=34.90%
B=36.87%

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
Decimal1862302430.230.0500.05193.6870.3784.12
HexBAE6F317505c24654
Octal27234636327505302106124
Binary1011101011100110111100111011110101011100001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6F3; }

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

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

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

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

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

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

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

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