#BAEAFE

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

Shades of Onahau #BAEAFE

Tints of Onahau #BAEAFE

Color information

#BAEAFE (or 0xBAEAFE) is unknown color: approx Onahau. HEX triplet: BA, EA and FE. RGB value is (186,234,254). Sum of RGB (Red+Green+Blue) = 186+234+254=674 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.60% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAFE is #451501. Grayscale: #DDDDDD. Windows color (decimal): -4527362 or 16706234. OLE color: 16706234.

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

Color convert

RGB186234254-
CMYK0.270.0800.00
HSL197.65º97.14%86.27%-
HSV(B)197.65º26.77%99.61%-
XYZ67.5676.44104.96-
YUV221.93146.1102.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.60%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=27.60%
G=34.72%
B=37.69%

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
Decimal1862342540.270.0800.00197.6597.1486.27
HexBAEAFE1B800c66156
Octal272352376331000306141126
Binary101110101110101011111110110111000001100011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAFE; }

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

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

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

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

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

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

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

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