#BAEDF9

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

Shades of Onahau #BAEDF9

Tints of Onahau #BAEDF9

Color information

#BAEDF9 (or 0xBAEDF9) is unknown color: approx Onahau. HEX triplet: BA, ED and F9. RGB value is (186,237,249). Sum of RGB (Red+Green+Blue) = 186+237+249=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDF9 is #451206. Grayscale: #DFDFDF. Windows color (decimal): -4526599 or 16379322. OLE color: 16379322.

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

Color convert

RGB186237249-
CMYK0.250.0500.02
HSL191.43º84%85.29%-
HSV(B)191.43º25.3%97.65%-
XYZ67.6377.85101.08-
YUV223.12142.6101.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.68%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=27.68%
G=35.27%
B=37.05%

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
Decimal1862372490.250.0500.02191.438485.29
HexBAEDF919502bf5455
Octal27235537131502277124125
Binary101110101110110111111001110011010101011111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDF9; }

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

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

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

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

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

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

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

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