#BAEEFE

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

Shades of Onahau #BAEEFE

Tints of Onahau #BAEEFE

Color information

#BAEEFE (or 0xBAEEFE) is unknown color: approx Onahau. HEX triplet: BA, EE and FE. RGB value is (186,238,254). Sum of RGB (Red+Green+Blue) = 186+238+254=678 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.43% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEFE is #451101. Grayscale: #E0E0E0. Windows color (decimal): -4526338 or 16707258. OLE color: 16707258.

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

Color convert

RGB186238254-
CMYK0.270.0600.00
HSL194.12º97.14%86.27%-
HSV(B)194.12º26.77%99.61%-
XYZ68.7178.74105.34-
YUV224.28144.77100.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.43%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=27.43%
G=35.10%
B=37.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862382540.270.0600.00194.1297.1486.27
HexBAEEFE1B600c26156
Octal27235637633600302141126
Binary10111010111011101111111011011110001100001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEFE; }

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

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

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

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

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

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

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

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