#BAE4FB

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

Shades of Onahau #BAE4FB

Tints of Onahau #BAE4FB

Color information

#BAE4FB (or 0xBAE4FB) is unknown color: approx Onahau. HEX triplet: BA, E4 and FB. RGB value is (186,228,251). Sum of RGB (Red+Green+Blue) = 186+228+251=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE4FB is #451B04. Grayscale: #D9D9D9. Windows color (decimal): -4528901 or 16508090. OLE color: 16508090.

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

Color convert

RGB186228251-
CMYK0.260.0900.02
HSL201.23º89.04%85.69%-
HSV(B)201.23º25.9%98.43%-
XYZ65.4172.89101.89-
YUV218.06146.59105.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.97%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=27.97%
G=34.29%
B=37.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862282510.260.0900.02201.2389.0485.69
HexBAE4FB1A902c95956
Octal272344373321102311131126
Binary1011101011100100111110111101010010101100100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4FB; }

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

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

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

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

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

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

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

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