#BAF0F9

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

Shades of Onahau #BAF0F9

Tints of Onahau #BAF0F9

Color information

#BAF0F9 (or 0xBAF0F9) is unknown color: approx Onahau. HEX triplet: BA, F0 and F9. RGB value is (186,240,249). Sum of RGB (Red+Green+Blue) = 186+240+249=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAF0F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0F9 is #450F06. Grayscale: #E0E0E0. Windows color (decimal): -4525831 or 16380090. OLE color: 16380090.

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

Color convert

RGB186240249-
CMYK0.250.0400.02
HSL188.57º84%85.29%-
HSV(B)188.57º25.3%97.65%-
XYZ68.5179.6101.38-
YUV224.88141.61100.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.56%
GREEN value IS 240 (94.14% from 255) = 35.56%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=27.56%
G=35.56%
B=36.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862402490.250.0400.02188.578485.29
HexBAF0F919402bd5455
Octal27236037131402275124125
Binary101110101111000011111001110011000101011110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0F9; }

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

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

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

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

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

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

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

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