#BAE7FB

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

Shades of Onahau #BAE7FB

Tints of Onahau #BAE7FB

Color information

#BAE7FB (or 0xBAE7FB) is unknown color: approx Onahau. HEX triplet: BA, E7 and FB. RGB value is (186,231,251). Sum of RGB (Red+Green+Blue) = 186+231+251=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7FB is #451804. Grayscale: #DBDBDB. Windows color (decimal): -4528133 or 16508858. OLE color: 16508858.

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

Color convert

RGB186231251-
CMYK0.260.0800.02
HSL198.46º89.04%85.69%-
HSV(B)198.46º25.9%98.43%-
XYZ66.2474.56102.17-
YUV219.82145.59103.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 231 (90.62% from 255) = 34.58%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=27.84%
G=34.58%
B=37.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862312510.260.0800.02198.4689.0485.69
HexBAE7FB1A802c65956
Octal272347373321002306131126
Binary1011101011100111111110111101010000101100011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7FB; }

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

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

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

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

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

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

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

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