#BAE9FE

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

Shades of Onahau #BAE9FE

Tints of Onahau #BAE9FE

Color information

#BAE9FE (or 0xBAE9FE) is unknown color: approx Onahau. HEX triplet: BA, E9 and FE. RGB value is (186,233,254). Sum of RGB (Red+Green+Blue) = 186+233+254=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9FE is #451601. Grayscale: #DDDDDD. Windows color (decimal): -4527618 or 16705978. OLE color: 16705978.

HSL color Cylindrical-coordinate representation of color #BAE9FE: hue angle of 198.53º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAE9FE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186233254-
CMYK0.270.0800.00
HSL198.53º97.14%86.27%-
HSV(B)198.53º26.77%99.61%-
XYZ67.2875.87104.86-
YUV221.34146.43102.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.64%
GREEN value IS 233 (91.41% from 255) = 34.62%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=27.64%
G=34.62%
B=37.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862332540.270.0800.00198.5397.1486.27
HexBAE9FE1B800c76156
Octal272351376331000307141126
Binary101110101110100111111110110111000001100011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9FE; }

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

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

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

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

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

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

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

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