#BAF1F9

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

Shades of Onahau #BAF1F9

Tints of Onahau #BAF1F9

Color information

#BAF1F9 (or 0xBAF1F9) is unknown color: approx Onahau. HEX triplet: BA, F1 and F9. RGB value is (186,241,249). Sum of RGB (Red+Green+Blue) = 186+241+249=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1F9 is #450E06. Grayscale: #E1E1E1. Windows color (decimal): -4525575 or 16380346. OLE color: 16380346.

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

Color convert

RGB186241249-
CMYK0.250.0300.02
HSL187.62º84%85.29%-
HSV(B)187.62º25.3%97.65%-
XYZ68.880.19101.47-
YUV225.47141.2899.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.51%
GREEN value IS 241 (94.53% from 255) = 35.65%
BLUE value IS 249 (97.66% from 255) = 36.83%
R=27.51%
G=35.65%
B=36.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862412490.250.0300.02187.628485.29
HexBAF1F919302bc5455
Octal27236137131302274124125
Binary10111010111100011111100111001110101011110010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1F9; }

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

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

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

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

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

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

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

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