#BAF0FA

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

Shades of Onahau #BAF0FA

Tints of Onahau #BAF0FA

Color information

#BAF0FA (or 0xBAF0FA) is unknown color: approx Onahau. HEX triplet: BA, F0 and FA. RGB value is (186,240,250). Sum of RGB (Red+Green+Blue) = 186+240+250=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0FA is #450F05. Grayscale: #E0E0E0. Windows color (decimal): -4525830 or 16445626. OLE color: 16445626.

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

Color convert

RGB186240250-
CMYK0.260.0400.02
HSL189.38º86.49%85.49%-
HSV(B)189.38º25.6%98.04%-
XYZ68.6779.66102.2-
YUV224.99142.11100.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.51%
GREEN value IS 240 (94.14% from 255) = 35.50%
BLUE value IS 250 (98.05% from 255) = 36.98%
R=27.51%
G=35.50%
B=36.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862402500.260.0400.02189.3886.4985.49
HexBAF0FA1A402bd5655
Octal27236037232402275126125
Binary101110101111000011111010110101000101011110110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0FA; }

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

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

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

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

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

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

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

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