#BAE7FD

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

Shades of Onahau #BAE7FD

Tints of Onahau #BAE7FD

Color information

#BAE7FD (or 0xBAE7FD) is unknown color: approx Onahau. HEX triplet: BA, E7 and FD. RGB value is (186,231,253). Sum of RGB (Red+Green+Blue) = 186+231+253=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7FD is #451802. Grayscale: #DBDBDB. Windows color (decimal): -4528131 or 16639930. OLE color: 16639930.

HSL color Cylindrical-coordinate representation of color #BAE7FD: hue angle of 199.7º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE7FD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186231253-
CMYK0.260.0900.01
HSL199.7º94.37%86.08%-
HSV(B)199.7º26.48%99.22%-
XYZ66.5674.68103.84-
YUV220.05146.59103.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.76%
GREEN value IS 231 (90.62% from 255) = 34.48%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=27.76%
G=34.48%
B=37.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862312530.260.0900.01199.794.3786.08
HexBAE7FD1A901c85e56
Octal272347375321101310136126
Binary101110101110011111111101110101001011100100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7FD; }

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

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

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

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

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

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

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

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