#BAFDB9

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

Shades of Fringy Flower #BAFDB9

Tints of Fringy Flower #BAFDB9

Color information

#BAFDB9 (or 0xBAFDB9) is unknown color: approx Fringy Flower. HEX triplet: BA, FD and B9. RGB value is (186,253,185). Sum of RGB (Red+Green+Blue) = 186+253+185=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDB9 is #450246. Grayscale: #E1E1E1. Windows color (decimal): -4522567 or 12189114. OLE color: 12189114.

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

Color convert

RGB186253185-
CMYK0.2600.270.01
HSL119.12º94.44%85.88%-
HSV(B)119.12º26.88%99.22%-
XYZ64.1384.1958.77-
YUV225.22105.3100.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 253 (99.22% from 255) = 40.54%
BLUE value IS 185 (72.66% from 255) = 29.65%
R=29.81%
G=40.54%
B=29.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862531850.2600.270.01119.1294.4485.88
HexBAFDB91A01B1775e56
Octal272375271320331167136126
Binary101110101111110110111001110100110111111011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDB9; }

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

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

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

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

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

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

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

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