#BAE2FC

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

Shades of Onahau #BAE2FC

Tints of Onahau #BAE2FC

Color information

#BAE2FC (or 0xBAE2FC) is unknown color: approx Onahau. HEX triplet: BA, E2 and FC. RGB value is (186,226,252). Sum of RGB (Red+Green+Blue) = 186+226+252=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2FC is #451D03. Grayscale: #D8D8D8. Windows color (decimal): -4529412 or 16573114. OLE color: 16573114.

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

Color convert

RGB186226252-
CMYK0.260.1000.01
HSL203.64º91.67%85.88%-
HSV(B)203.64º26.19%98.82%-
XYZ65.0271.86102.54-
YUV217147.75105.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=28.01%
G=34.04%
B=37.95%

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
Decimal1862262520.260.1000.01203.6491.6785.88
HexBAE2FC1AA01cc5c56
Octal272342374321201314134126
Binary101110101110001011111100110101010011100110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2FC; }

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

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

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

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

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

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

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

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