#BAECFA

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

Shades of Onahau #BAECFA

Tints of Onahau #BAECFA

Color information

#BAECFA (or 0xBAECFA) is unknown color: approx Onahau. HEX triplet: BA, EC and FA. RGB value is (186,236,250). Sum of RGB (Red+Green+Blue) = 186+236+250=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECFA is #451305. Grayscale: #DEDEDE. Windows color (decimal): -4526854 or 16444602. OLE color: 16444602.

HSL color Cylindrical-coordinate representation of color #BAECFA: hue angle of 193.12º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAECFA is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186236250-
CMYK0.260.0600.02
HSL193.12º86.49%85.49%-
HSV(B)193.12º25.6%98.04%-
XYZ67.577.33101.81-
YUV222.65143.44101.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.68%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=27.68%
G=35.12%
B=37.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862362500.260.0600.02193.1286.4985.49
HexBAECFA1A602c15655
Octal27235437232602301126125
Binary101110101110110011111010110101100101100000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECFA; }

 p { color: rgb(186,236,250); }

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

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

 a { background-color: rgb(186,236,250); }

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

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

 span { border-color: rgb(186,236,250); }

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