#BAF0FD

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

Shades of Onahau #BAF0FD

Tints of Onahau #BAF0FD

Color information

#BAF0FD (or 0xBAF0FD) is unknown color: approx Onahau. HEX triplet: BA, F0 and FD. RGB value is (186,240,253). Sum of RGB (Red+Green+Blue) = 186+240+253=679 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.39% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0FD is #450F02. Grayscale: #E1E1E1. Windows color (decimal): -4525827 or 16642234. OLE color: 16642234.

HSL color Cylindrical-coordinate representation of color #BAF0FD: hue angle of 191.64º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAF0FD is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186240253-
CMYK0.260.0500.01
HSL191.64º94.37%86.08%-
HSV(B)191.64º26.48%99.22%-
XYZ69.1479.85104.7-
YUV225.34143.6199.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.39%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=27.39%
G=35.35%
B=37.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862402530.260.0500.01191.6494.3786.08
HexBAF0FD1A501c05e56
Octal27236037532501300136126
Binary10111010111100001111110111010101011100000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0FD; }

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

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

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

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

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

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

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

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