#BAECFB

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

Shades of Onahau #BAECFB

Tints of Onahau #BAECFB

Color information

#BAECFB (or 0xBAECFB) is unknown color: approx Onahau. HEX triplet: BA, EC and FB. RGB value is (186,236,251). Sum of RGB (Red+Green+Blue) = 186+236+251=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECFB is #451304. Grayscale: #DEDEDE. Windows color (decimal): -4526853 or 16510138. OLE color: 16510138.

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

Color convert

RGB186236251-
CMYK0.260.0600.02
HSL193.85º89.04%85.69%-
HSV(B)193.85º25.9%98.43%-
XYZ67.6677.4102.64-
YUV222.76143.94101.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.64%
GREEN value IS 236 (92.58% from 255) = 35.07%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=27.64%
G=35.07%
B=37.30%

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
Decimal1862362510.260.0600.02193.8589.0485.69
HexBAECFB1A602c25956
Octal27235437332602302131126
Binary101110101110110011111011110101100101100001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECFB; }

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

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

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

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

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

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

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

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