#BAECF9

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

Shades of Onahau #BAECF9

Tints of Onahau #BAECF9

Color information

#BAECF9 (or 0xBAECF9) is unknown color: approx Onahau. HEX triplet: BA, EC and F9. RGB value is (186,236,249). Sum of RGB (Red+Green+Blue) = 186+236+249=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECF9 is #451306. Grayscale: #DEDEDE. Windows color (decimal): -4526855 or 16379066. OLE color: 16379066.

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

Color convert

RGB186236249-
CMYK0.250.0500.02
HSL192.38º84%85.29%-
HSV(B)192.38º25.3%97.65%-
XYZ67.3477.27100.99-
YUV222.53142.94101.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.72%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=27.72%
G=35.17%
B=37.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862362490.250.0500.02192.388485.29
HexBAECF919502c05455
Octal27235437131502300124125
Binary101110101110110011111001110011010101100000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECF9; }

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

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

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

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

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

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

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

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