#BAE4FE

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

Shades of Onahau #BAE4FE

Tints of Onahau #BAE4FE

Color information

#BAE4FE (or 0xBAE4FE) is unknown color: approx Onahau. HEX triplet: BA, E4 and FE. RGB value is (186,228,254). Sum of RGB (Red+Green+Blue) = 186+228+254=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE4FE is #451B01. Grayscale: #DADADA. Windows color (decimal): -4528898 or 16704698. OLE color: 16704698.

HSL color Cylindrical-coordinate representation of color #BAE4FE: hue angle of 202.94º 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 #BAE4FE is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186228254-
CMYK0.270.1000.00
HSL202.94º97.14%86.27%-
HSV(B)202.94º26.77%99.61%-
XYZ65.8873.08104.4-
YUV218.41148.09104.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=27.84%
G=34.13%
B=38.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862282540.270.1000.00202.9497.1486.27
HexBAE4FE1BA00cb6156
Octal272344376331200313141126
Binary101110101110010011111110110111010001100101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4FE; }

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

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

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

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

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

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

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

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