#BAEFFE

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

Shades of Onahau #BAEFFE

Tints of Onahau #BAEFFE

Color information

#BAEFFE (or 0xBAEFFE) is unknown color: approx Onahau. HEX triplet: BA, EF and FE. RGB value is (186,239,254). Sum of RGB (Red+Green+Blue) = 186+239+254=679 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.39% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFFE is #451001. Grayscale: #E0E0E0. Windows color (decimal): -4526082 or 16707514. OLE color: 16707514.

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

Color convert

RGB186239254-
CMYK0.270.0600.00
HSL193.24º97.14%86.27%-
HSV(B)193.24º26.77%99.61%-
XYZ69.0179.33105.44-
YUV224.86144.44100.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.39%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=27.39%
G=35.20%
B=37.41%

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
Decimal1862392540.270.0600.00193.2497.1486.27
HexBAEFFE1B600c16156
Octal27235737633600301141126
Binary10111010111011111111111011011110001100000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFFE; }

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

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

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

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

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

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

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

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