#BAE9FC

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

Shades of Onahau #BAE9FC

Tints of Onahau #BAE9FC

Color information

#BAE9FC (or 0xBAE9FC) is unknown color: approx Onahau. HEX triplet: BA, E9 and FC. RGB value is (186,233,252). Sum of RGB (Red+Green+Blue) = 186+233+252=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9FC is #451603. Grayscale: #DCDCDC. Windows color (decimal): -4527620 or 16574906. OLE color: 16574906.

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

Color convert

RGB186233252-
CMYK0.260.0800.01
HSL197.27º91.67%85.88%-
HSV(B)197.27º26.19%98.82%-
XYZ66.9675.75103.19-
YUV221.11145.43102.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.72%
GREEN value IS 233 (91.41% from 255) = 34.72%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=27.72%
G=34.72%
B=37.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862332520.260.0800.01197.2791.6785.88
HexBAE9FC1A801c55c56
Octal272351374321001305134126
Binary101110101110100111111100110101000011100010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9FC; }

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

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

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

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

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

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

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

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