#BAEBF9

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

Shades of Onahau #BAEBF9

Tints of Onahau #BAEBF9

Color information

#BAEBF9 (or 0xBAEBF9) is unknown color: approx Onahau. HEX triplet: BA, EB and F9. RGB value is (186,235,249). Sum of RGB (Red+Green+Blue) = 186+235+249=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBF9 is #451406. Grayscale: #DDDDDD. Windows color (decimal): -4527111 or 16378810. OLE color: 16378810.

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

Color convert

RGB186235249-
CMYK0.250.0600.02
HSL193.33º84%85.29%-
HSV(B)193.33º25.3%97.65%-
XYZ67.0676.7100.89-
YUV221.94143.27102.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.76%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 249 (97.66% from 255) = 37.16%
R=27.76%
G=35.07%
B=37.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862352490.250.0600.02193.338485.29
HexBAEBF919602c15455
Octal27235337131602301124125
Binary101110101110101111111001110011100101100000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBF9; }

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

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

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

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

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

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

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

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