#BAF2FC

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

Shades of Onahau #BAF2FC

Tints of Onahau #BAF2FC

Color information

#BAF2FC (or 0xBAF2FC) is unknown color: approx Onahau. HEX triplet: BA, F2 and FC. RGB value is (186,242,252). Sum of RGB (Red+Green+Blue) = 186+242+252=680 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.35% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2FC is #450D03. Grayscale: #E2E2E2. Windows color (decimal): -4525316 or 16577210. OLE color: 16577210.

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

Color convert

RGB186242252-
CMYK0.260.0400.01
HSL189.09º91.67%85.88%-
HSV(B)189.09º26.19%98.82%-
XYZ69.5780.97104.06-
YUV226.4142.4599.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.35%
GREEN value IS 242 (94.92% from 255) = 35.59%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=27.35%
G=35.59%
B=37.06%

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
Decimal1862422520.260.0400.01189.0991.6785.88
HexBAF2FC1A401bd5c56
Octal27236237432401275134126
Binary10111010111100101111110011010100011011110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF2FC; }

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

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

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

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

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

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

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

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