#BAEEFB

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

Shades of Onahau #BAEEFB

Tints of Onahau #BAEEFB

Color information

#BAEEFB (or 0xBAEEFB) is unknown color: approx Onahau. HEX triplet: BA, EE and FB. RGB value is (186,238,251). Sum of RGB (Red+Green+Blue) = 186+238+251=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEFB is #451104. Grayscale: #DFDFDF. Windows color (decimal): -4526341 or 16510650. OLE color: 16510650.

HSL color Cylindrical-coordinate representation of color #BAEEFB: hue angle of 192º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEEFB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186238251-
CMYK0.260.0500.02
HSL192º89.04%85.69%-
HSV(B)192º25.9%98.43%-
XYZ68.2478.55102.83-
YUV223.93143.27100.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.56%
GREEN value IS 238 (93.36% from 255) = 35.26%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=27.56%
G=35.26%
B=37.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862382510.260.0500.0219289.0485.69
HexBAEEFB1A502c05956
Octal27235637332502300131126
Binary101110101110111011111011110101010101100000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEFB; }

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

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

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

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

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

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

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

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