#BAE3FC

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

Shades of Onahau #BAE3FC

Tints of Onahau #BAE3FC

Color information

#BAE3FC (or 0xBAE3FC) is unknown color: approx Onahau. HEX triplet: BA, E3 and FC. RGB value is (186,227,252). Sum of RGB (Red+Green+Blue) = 186+227+252=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAE3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3FC is #451C03. Grayscale: #D9D9D9. Windows color (decimal): -4529156 or 16573370. OLE color: 16573370.

HSL color Cylindrical-coordinate representation of color #BAE3FC: hue angle of 202.73º degrees, saturation: 0.92, 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 #BAE3FC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186227252-
CMYK0.260.1000.01
HSL202.73º91.67%85.88%-
HSV(B)202.73º26.19%98.82%-
XYZ65.2972.41102.63-
YUV217.59147.42105.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.97%
GREEN value IS 227 (89.06% from 255) = 34.14%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=27.97%
G=34.14%
B=37.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862272520.260.1000.01202.7391.6785.88
HexBAE3FC1AA01cb5c56
Octal272343374321201313134126
Binary101110101110001111111100110101010011100101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3FC; }

 p { color: rgb(186,227,252); }

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

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

 a { background-color: rgb(186,227,252); }

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

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

 span { border-color: rgb(186,227,252); }

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