#BAFABF

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

Shades of Fringy Flower #BAFABF

Tints of Fringy Flower #BAFABF

Color information

#BAFABF (or 0xBAFABF) is unknown color: approx Fringy Flower. HEX triplet: BA, FA and BF. RGB value is (186,250,191). Sum of RGB (Red+Green+Blue) = 186+250+191=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFABF is #450540. Grayscale: #E0E0E0. Windows color (decimal): -4523329 or 12581562. OLE color: 12581562.

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

Color convert

RGB186250191-
CMYK0.2600.240.02
HSL124.69º86.49%85.49%-
HSV(B)124.69º25.6%98.04%-
XYZ63.8482.5761.86-
YUV224.14109.3100.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.67%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 191 (75% from 255) = 30.46%
R=29.67%
G=39.87%
B=30.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862501910.2600.240.02124.6986.4985.49
HexBAFABF1A01827d5655
Octal272372277320302175126125
Binary1011101011111010101111111101001100010111110110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFABF; }

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

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

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

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

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

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

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

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