#BAF2FD

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

Shades of Onahau #BAF2FD

Tints of Onahau #BAF2FD

Color information

#BAF2FD (or 0xBAF2FD) is unknown color: approx Onahau. HEX triplet: BA, F2 and FD. RGB value is (186,242,253). Sum of RGB (Red+Green+Blue) = 186+242+253=681 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.31% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2FD is #450D02. Grayscale: #E2E2E2. Windows color (decimal): -4525315 or 16642746. OLE color: 16642746.

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

Color convert

RGB186242253-
CMYK0.260.0400.01
HSL189.85º94.37%86.08%-
HSV(B)189.85º26.48%99.22%-
XYZ69.7381.04104.89-
YUV226.51142.9599.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.31%
GREEN value IS 242 (94.92% from 255) = 35.54%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=27.31%
G=35.54%
B=37.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862422530.260.0400.01189.8594.3786.08
HexBAF2FD1A401be5e56
Octal27236237532401276136126
Binary10111010111100101111110111010100011011111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF2FD; }

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

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

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

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

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

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

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

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